File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33npx rollup -c rollup.config.js
44
5- zip -r singlefilez-extension-source.zip manifest.json package.json package-lock.json _locales src rollup* .js .eslintrc.js build-extension.sh
5+ cp package.json package.copy.json
6+ jq ' del(.dependencies."single-file-cli")' package.copy.json > package.json
7+ zip -r singlefilez-extension-source.zip manifest.json package.json _locales src rollup* .js .eslintrc.js build-extension.sh
8+ mv package.copy.json package.json
69
710rm singlefilez-extension-firefox.zip singlefilez-extension-chromium.zip singlefilez-extension-edge.zip
811cp manifest.json manifest.copy.json
@@ -36,4 +39,4 @@ rmdir _locales.copy
3639mv config.copy.js src/core/bg/config.js
3740
3841mv manifest.copy.json manifest.json
39- mv downloads.copy.js src/core/bg/downloads.js
42+ mv downloads.copy.js src/core/bg/downloads.js
You can’t perform that action at this time.
0 commit comments