improved npm scripts

This commit is contained in:
Niklas 2020-04-25 02:09:04 +02:00
parent 981c2f0832
commit c7c544d82d

View File

@ -7,9 +7,10 @@
"devServer": "webpack-dev-server --mode development --open",
"build": "webpack --mode development",
"buildProd": "webpack --mode production",
"watch": "webpack --watch --mode production",
"watch": "webpack --watch --mode development",
"ext:build": "web-ext build --source-dir dist --overwrite-dest",
"ext:sign": "web-ext sign --source-dir dist --channel unlisted"
"ext:sign": "web-ext sign --source-dir dist --channel unlisted",
"ext:run": "web-ext run --source-dir dist --no-reload"
},
"author": "",
"license": "ISC",