summaryrefslogtreecommitdiffstats
path: root/webext/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'webext/package.json')
-rw-r--r--webext/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/webext/package.json b/webext/package.json
index 3f2685e..84f9b1a 100644
--- a/webext/package.json
+++ b/webext/package.json
@@ -1,7 +1,8 @@
{
"type": "module",
"scripts": {
- "build_webextension": "../ctl.sh build_webextension",
+ "build:dev": "webpack",
+ "build:watch": "webpack --watch",
"lint": "prettier --list-different '{src,test}/**/*.js'",
"test": "NODE_PATH=src:test mocha"
},