mirror of
https://github.com/benjamin-wilson/public-pool-ui.git
synced 2025-03-17 13:22:55 +01:00
gh pages
This commit is contained in:
parent
d5b172e25f
commit
db98e8c6b7
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
run: npm ci --force
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
run: npm run build:github
|
||||
|
||||
- name: Deploy
|
||||
if: success()
|
||||
|
@ -5,6 +5,7 @@
|
||||
"ng": "ng",
|
||||
"start": "ng serve --proxy-config proxy.config.local.json ",
|
||||
"build": "ng build --configuration=production && gzipper compress --gzip --brotli ./dist/public-pool-ui/",
|
||||
"build:github": "ng build --configuration=production --base-href https://benjamin-wilson.github.io/public-pool-ui/ && gzipper compress --gzip --brotli ./dist/public-pool-ui/",
|
||||
"start:prod": "ng serve --proxy-config proxy.config.prod.json ",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test",
|
||||
|
Loading…
x
Reference in New Issue
Block a user