Skip to content

Commit f820ff6

Browse files
authored
Fix Publish Workflow (#7)
- fix publish workflow
1 parent 2667dff commit f820ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: 'npm'
2222
registry-url: 'https://registry.npmjs.org'
2323
- run: npm ci
24-
- run: num run build
24+
- run: npm run build
2525
- run: npm publish
2626
env:
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)