Skip to content

Commit 277633e

Browse files
authored
Add ESM test command to CI workflow
1 parent 73b2626 commit 277633e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- run: npm run standard
5555
- run: npm run validate
5656
- run: npm run nyc
57+
- run: npm run test-esm
5758
# Test global install of the package
5859
- run: npm pack .
5960
- run: npm install -g solid-server-*.tgz

0 commit comments

Comments
 (0)