Skip to content

Commit 779bbe1

Browse files
committed
fix build lol
1 parent d36d8fa commit 779bbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: 18
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm ci
20-
- run: npm build
20+
- run: npm run build
2121
- run: npm publish
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)