We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109ce09 commit 7b23e57Copy full SHA for 7b23e57
3 files changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
# test code
41
- run: npm run standard
42
- run: npm run validate
43
- - run: npm run nyc
+ - run: npm run c8
44
# Test global install of the package
45
- run: npm pack .
46
- run: npm install -g solid-server-*.tgz
0 commit comments