We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe3a95 commit ba5c8ebCopy full SHA for ba5c8eb
3 files changed
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
# test code
54
- run: npm run standard
55
- run: npm run validate
56
- - run: npm run c8
+ - run: npm run nyc
57
# Test global install of the package
58
- run: npm pack .
59
- run: npm install -g solid-server-*.tgz
0 commit comments