mirror of
https://github.com/Retropex/Ordisrespector-pool-ui.git
synced 2025-05-12 19:20:43 +02: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
|
run: npm ci --force
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build:github
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
if: success()
|
if: success()
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --proxy-config proxy.config.local.json ",
|
"start": "ng serve --proxy-config proxy.config.local.json ",
|
||||||
"build": "ng build --configuration=production && gzipper compress --gzip --brotli ./dist/public-pool-ui/",
|
"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 ",
|
"start:prod": "ng serve --proxy-config proxy.config.prod.json ",
|
||||||
"watch": "ng build --watch --configuration development",
|
"watch": "ng build --watch --configuration development",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
|
Loading…
Reference in New Issue
Block a user