mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Reorganize ext build scripts and add linting
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user