Skip to content

Commit f08a97a

Browse files
authored
Update node.js.yml
1 parent b4d612b commit f08a97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: npm install codecov
2929
- run: npm test -- --coverage
3030
- run: npx codecov --disable=gcov
31-
- run: rm -rf package.json
31+
- run: rm -rf package.json package-lock.json
3232
- run: mv example-package.json package.json
3333
- run: npm install
3434
- run: npm run build

0 commit comments

Comments
 (0)