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

@@ -12,8 +12,9 @@
"test": "node test/driver.js",
"install-manifest": "npm run install-manifest --prefix ./app",
"remove-manifest": "npm run remove-manifest --prefix ./app",
"lint": "npm run lint:app",
"lint:app": "npm run lint --prefix ./app"
"lint": "npm run lint:app && npm run lint:ext",
"lint:app": "npm run lint --prefix ./app",
"lint:ext": "npm run lint --prefix ./ext"
},
"devDependencies": {
"@types/uuid": "^3.4.4",