mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Add npm script aliases in root package.json
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
"build": "npm run build:app && npm run build:ext",
|
||||
"build:app": "cd app && npm run build",
|
||||
"build:ext": "cd ext && npm run build",
|
||||
"watch:ext": "cd ext && npm run watch",
|
||||
"start:ext": "cd ext && npm run start",
|
||||
"package": "npm run package:app && npm run package:ext",
|
||||
"package:app": "cd app && npm run package",
|
||||
"package:ext": "cd ext && npm run package",
|
||||
|
||||
Reference in New Issue
Block a user