Skip to content

Commit d9c56e3

Browse files
committed
Fix GitHub workflow
1 parent 110c2bb commit d9c56e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: npm ci
30-
- run: npm run install && npm run build:ts
30+
- run: npm run build:ts
3131
#- run: npm test

0 commit comments

Comments
 (0)