fix: change output build directory to output/public
This commit is contained in:
parent
1cac091a1c
commit
82e8d0d00e
2
.github/workflows/node-ci.yml
vendored
2
.github/workflows/node-ci.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
run: npm run e2e:install
|
||||
|
||||
- name: Serve the build directory
|
||||
run: npx http-server ./dist -p 8080 --ssl --cert ./tests/certs/cert.pem --key ./tests/certs/key.pem &
|
||||
run: npx http-server ./.output/public -p 8080 --ssl --cert ./tests/certs/cert.pem --key ./tests/certs/key.pem &
|
||||
|
||||
# - name: Run e2e tests
|
||||
# run: npm run e2e:tests
|
||||
|
|
Loading…
Reference in New Issue
Block a user