mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Simplify build scripts and implement preliminary tests
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"scripts": {
|
||||
"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",
|
||||
"pretest": "npm run build",
|
||||
"test": "jasmine --config=jasmine.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jasmine": "^3.1.0",
|
||||
"selenium-webdriver": "^4.0.0-alpha.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user