Skip to content

Commit 9c3ba2b

Browse files
committed
Ensure we actually build in CI
1 parent 833c09c commit 9c3ba2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
node-version: 14
1414

1515
- run: npm ci
16-
- run: npm build
16+
- run: npm run build

0 commit comments

Comments
 (0)