Skip to content

Commit

Permalink
re-parcel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya authored and dennyabrain committed Sep 4, 2023
1 parent a42500e commit 84dde48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-extension/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"prepare": "cd ../.. && husky install \"browser-extension/plugin/.husky\"",
"test": "echo \"Error: no test specified\" && exit 1",
"start:options": "parcel src/options.html",
"start:options": "parcel src/options.jsx",
"start:contentScript": "parcel src/content-script.js",
"moveBuildArtefactsToDistDir": "cp src/options.html dist && cp manifest.json dist && cp icon* dist && cp src/background.js dist",
"moveBuildArtefactsToFirefoxDistDir": "cp src/options.html dist && cp manifest.firefox.json dist/manifest.json && cp icon* dist && cp src/background.js dist",
Expand Down

0 comments on commit 84dde48

Please sign in to comment.