Skip to content

Commit 48b7c9b

Browse files
authored
chore: fix npm publish (#84)
1 parent c0601c3 commit 48b7c9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
with:
1515
node-version: '20.x'
1616
registry-url: 'https://registry.npmjs.org'
17-
- run: npm ci
17+
- run: yarn
18+
- run: yarn build
1819
- run: npm publish --provenance --access public
1920
env:
2021
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)