Skip to content

Commit 95a83ea

Browse files
committed
chore: remove leftover reference to post-build
1 parent def0e20 commit 95a83ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spookfox-addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build:ff": "web-ext -s ./dist -a ./addons-dist build",
1010
"build:chrome": "crx pack ./dist -p ./key.pem -o ./addons-dist/spookfox.crx",
1111
"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",
12+
"build:unpackaged": "parcel build src/manifest.json 'src/apps/**/*.ts'",
1313
"build": "npm run clean && npm run build:unpackaged && npm run build:addon",
1414
"publish:ff-unlisted": "web-ext -s ./dist -a ./addons-dist --api-key $FIREFOX_ADDON_KEY --api-secret $FIREFOX_ADDON_SECRET sign --channel=unlisted"
1515
},

0 commit comments

Comments
 (0)