We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b2626 commit 277633eCopy full SHA for 277633e
1 file changed
.github/workflows/ci.yml
@@ -54,6 +54,7 @@ jobs:
54
- run: npm run standard
55
- run: npm run validate
56
- run: npm run nyc
57
+ - run: npm run test-esm
58
# Test global install of the package
59
- run: npm pack .
60
- run: npm install -g solid-server-*.tgz
0 commit comments