Skip to content
Snippets Groups Projects
Verified Commit 57fe2553 authored by Jonas Leder's avatar Jonas Leder
Browse files

add build package command

parent 568f1777
No related branches found
No related tags found
No related merge requests found
node_modules/
.parcel-cache/
dist/
\ No newline at end of file
dist/
/web-ext-artifacts/
\ No newline at end of file
......@@ -10,6 +10,7 @@
},
"scripts": {
"build-src": "parcel build src/manifest.json",
"build-package": "web-ext build -s dist/",
"dev": "concurrently \"parcel src/manifest.json\" \"web-ext run -v -s dist/\" "
},
"devDependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment