Skip to content

Commit

Permalink
build: update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpestov authored May 16, 2024
1 parent 84e37ea commit 3102b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- run: npm ci
- run: npm run build
- run: ncp dist/ examples/dist/
- run: cp dist/ examples/dist/
- run: http-server examples -p 2222 -c-1 --silent --cors
- run: http-server tests/mocks -p 8181 -c-1 --silent --cors
- run: cypress:headless
Expand Down

0 comments on commit 3102b46

Please sign in to comment.