Skip to content

Commit 32f87c4

Browse files
authored
Update node.js.yml
1 parent 188e30f commit 32f87c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- run: npm install codecov
2929
- run: npm test -- --coverage
3030
- run: npx codecov --disable=gcov
31+
- run: rm -rf package.json
32+
- run: mv example-package.json package.json
33+
- run: npm install
3134
- run: npm run build
3235
- run: npm run build:demo:ci
3336
env:

0 commit comments

Comments
 (0)