Update README + add web-ext start script

This commit is contained in:
hensm
2018-11-28 03:51:00 +00:00
parent 2f656e3b46
commit 8482e888ed
2 changed files with 29 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
"scripts": {
"build": "node build.js",
"package": "node build.js --package",
"watch": "node build.js --watch"
"watch": "node build.js --watch",
"start": "web-ext run -s ../dist/ext/unpacked/"
},
"devDependencies": {
"@babel/core": "^7.1.5",