mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 09:37:26 +00:00
🍤 Build for manifest v2 and v3 at once
- and zip them
This commit is contained in:
parent
0ba4efd43e
commit
f072c95051
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
.cache
|
.cache
|
||||||
dist
|
dist
|
||||||
|
build
|
||||||
node_modules
|
node_modules
|
||||||
web-ext-artifacts
|
web-ext-artifacts
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
"build:v2": "npm run clear:dist ; npm run build:base && npm run pick:manifest:v2",
|
"build:v2": "npm run clear:dist ; npm run build:base && npm run pick:manifest:v2",
|
||||||
"build:v3": "npm run clear:dist ; npm run build:base && npm run pick:manifest:v3",
|
"build:v3": "npm run clear:dist ; npm run build:base && npm run pick:manifest:v3",
|
||||||
|
|
||||||
"build": "npm run build:v3",
|
"build": "rm -r ./build ; mkdir ./build && npm run build:v2 && zip -r ./build/manifest-v2.zip ./dist && npm run build:v3 && zip -r ./build/manifest-v3.zip ./dist",
|
||||||
|
|
||||||
"watch:v2": "npm run clear:dist ; npm run pick:manifest:v2 && npm-run-all -l -p watch:parcel watch:assets",
|
"watch:v2": "npm run clear:dist ; npm run pick:manifest:v2 && npm-run-all -l -p watch:parcel watch:assets",
|
||||||
"watch:v3": "npm run clear:dist ; npm run pick:manifest:v3 && npm-run-all -l -p watch:parcel watch:assets",
|
"watch:v3": "npm run clear:dist ; npm run pick:manifest:v3 && npm-run-all -l -p watch:parcel watch:assets",
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue