Install scripts, build app with rollup & configurable mirror app id

This commit is contained in:
Benjamin Dobell
2018-09-20 02:42:50 +10:00
parent c4ed13fb0b
commit 131935507a
24 changed files with 15381 additions and 663 deletions

View File

@@ -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",