mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
feat: setup publishing of share and marketplace packages (#1874)
This commit is contained in:
committed by
Aiden McClelland
parent
50e3b7cd5a
commit
6e1c2fd7fd
@@ -15,6 +15,10 @@
|
||||
"build:setup": "ng run setup-wizard:build",
|
||||
"build:ui": "ng run ui:build",
|
||||
"build:all": "npm run build:deps && npm run build:dui && npm run build:setup && npm run build:ui",
|
||||
"build:shared": "ng build shared",
|
||||
"build:marketplace": "npm run build:shared && ng build marketplace",
|
||||
"publish:shared": "npm run build:shared && npm publish ./dist/shared",
|
||||
"publish:marketplace": "npm run build:marketplace && npm publish ./dist/marketplace",
|
||||
"start:dui": "npm run-script build-config && ionic serve --project diagnostic-ui --host 0.0.0.0",
|
||||
"start:setup": "npm run-script build-config && ionic serve --project setup-wizard --host 0.0.0.0",
|
||||
"start:ui": "npm run-script build-config && ionic serve --project ui --ip --host 0.0.0.0",
|
||||
|
||||
Reference in New Issue
Block a user