Reorganize ext build scripts and add linting

This commit is contained in:
hensm
2019-02-26 14:08:17 +00:00
parent 1e49fbe9be
commit 2014566cc4
9 changed files with 78 additions and 44 deletions

View File

@@ -5,10 +5,11 @@
"__mirroringAppId": "19A6F4AE",
"scripts": {
"build": "node build.js",
"package": "node build.js --package",
"watch": "node build.js --watch",
"start": "web-ext run -s ../dist/ext/"
"build": "node bin/build.js",
"package": "node bin/build.js --package",
"watch": "node bin/build.js --watch",
"start": "web-ext run -s ../dist/ext/",
"lint": "node bin/lint.js"
},
"devDependencies": {
"@types/react": "^16.8.4",