Add npm script aliases in root package.json

This commit is contained in:
hensm
2020-08-19 22:51:44 +01:00
parent 55e03826e6
commit f7d55cdb03

View File

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