We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def0e20 commit 95a83eaCopy full SHA for 95a83ea
spookfox-addon/package.json
@@ -9,7 +9,7 @@
9
"build:ff": "web-ext -s ./dist -a ./addons-dist build",
10
"build:chrome": "crx pack ./dist -p ./key.pem -o ./addons-dist/spookfox.crx",
11
"build:addon": "mkdir -p ./addons-dist && npm run build:chrome && npm run build:ff",
12
- "build:unpackaged": "parcel build src/manifest.json 'src/apps/**/*.ts' && node ./post-build.js",
+ "build:unpackaged": "parcel build src/manifest.json 'src/apps/**/*.ts'",
13
"build": "npm run clean && npm run build:unpackaged && npm run build:addon",
14
"publish:ff-unlisted": "web-ext -s ./dist -a ./addons-dist --api-key $FIREFOX_ADDON_KEY --api-secret $FIREFOX_ADDON_SECRET sign --channel=unlisted"
15
},
0 commit comments