mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
fix: use port flag in npm run
This commit is contained in:
parent
135cb4bdfe
commit
98bbb98503
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unlighthouse.yaml
vendored
2
.github/workflows/unlighthouse.yaml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Start Preview and Get Preview URL
|
- name: Start Preview and Get Preview URL
|
||||||
run: PORT=${{ env.PORT }} npm run preview & echo $! > preview_pid
|
run: npm run preview -- --port=${{ env.PORT }} & echo $! > preview_pid
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm add -g @unlighthouse/cli puppeteer
|
run: npm add -g @unlighthouse/cli puppeteer
|
||||||
|
|
Loading…
Reference in a new issue