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 57baa60 commit f0e0fa9Copy full SHA for f0e0fa9
.github/workflows/ci.yml
@@ -35,6 +35,7 @@ jobs:
35
node-version: 14.4.0
36
37
- run: npm ci
38
+ - run: npm run compile
39
40
# These 2 runs (or just the second?) are for when you have opam dependencies. We don't.
41
# Don't add deps. But if you ever do, un-comment these
0 commit comments