mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Install scripts, build app with rollup & configurable mirror app id
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
"postinstall": "npm run postinstall:app && npm run postinstall:ext",
|
||||
"postinstall:app": "npm install ./app --prefix ./app",
|
||||
"postinstall:ext": "npm install ./ext --prefix ./ext",
|
||||
"build": "npm run build --prefix ./ext",
|
||||
"test": "jasmine --config=jasmine.json"
|
||||
"build": "npm run build --prefix ./app && npm run build --prefix ./ext --",
|
||||
"test": "jasmine --config=jasmine.json",
|
||||
"install-manifest": "npm run install-manifest --prefix ./app"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jasmine": "^3.1.0",
|
||||
|
||||
Reference in New Issue
Block a user