File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2929 "build:bundle-all" : " cross-env RELEASE_CHANNEL=${RELEASE_CHANNEL:=dev} run-s bundle:chromium bundle:brave:$RELEASE_CHANNEL bundle:firefox:$RELEASE_CHANNEL" ,
3030 "build:rename-artifacts" : " ./scripts/rename-artifacts.js" ,
3131 "precache:clean" : " shx rm -rf add-on/dist/precache" ,
32- "precache:webui" : " shx mkdir -p add-on/dist/precache && ipfs-or-gateway -c QmeSXt32frzhvewLKwA1dePTSjkTfGVwTh55ZcsJxrCSnk -p add-on/dist/precache/webui.tar --archive" ,
32+ "precache:webui:cid" : " shx grep 'const webuiCid' add-on/src/lib/state.js | shx sed \" s/^const webuiCid = '//\" | shx sed \" s/'.*$//\" " ,
33+ "precache:webui" : " shx mkdir -p add-on/dist/precache && ipfs-or-gateway -c $(npm run -s precache:webui:cid) -p add-on/dist/precache/webui.tar --archive" ,
3334 "bundle" : " run-s bundle:*" ,
3435 "bundle:chromium" : " run-s precache:webui && shx cat add-on/manifest.common.json add-on/manifest.chromium.json | json --deep-merge > add-on/manifest.json && web-ext build -a build/chromium && run-s build:rename-artifacts" ,
3536 "bundle:firefox" : " run-s precache:clean && shx cat add-on/manifest.common.json add-on/manifest.firefox.json | json --deep-merge > add-on/manifest.json && web-ext build -a build/firefox/ && run-s build:rename-artifacts" ,
You can’t perform that action at this time.
0 commit comments