We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b12bb commit 3544e9bCopy full SHA for 3544e9b
.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 nyc
+ - run: npm run c8
57
# Test global install of the package
58
- run: npm pack .
59
- run: npm install -g solid-server-*.tgz
0 commit comments