mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Re-write app build, created macOS installer package
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
"build": "npm run build:app && npm run build:ext",
|
||||
"build:app": "npm run build --prefix ./app",
|
||||
"build:ext": "npm run build --prefix ./ext",
|
||||
"package": "npm run package:app && npm run package:ext",
|
||||
"package:app": "npm run package --prefix ./app",
|
||||
"package:ext": "npm run package --prefix ./ext",
|
||||
"test": "jasmine --config=jasmine.json",
|
||||
"install-manifest": "npm run install-manifest --prefix ./app"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user