Skip to content

Commit 560df94

Browse files
author
Michael Cohen
authored
Fix github workflow (#95)
1 parent 97da86d commit 560df94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: 16.11.0
1818
- run: npm ci
1919
- run: npm test
20-
- run: npm build
20+
- run: npm run build
2121

2222
publish-npm:
2323
needs: build

0 commit comments

Comments
 (0)