Skip to content

Commit 25a25ba

Browse files
committed
fix publish order
1 parent 1a57977 commit 25a25ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
with:
1616
node-version: '16.x'
1717
registry-url: 'https://registry.npmjs.org'
18-
- run: npm run build
1918
- run: npm ci
19+
- run: npm run build
2020
- run: npm publish
2121
env:
2222
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)