Skip to content

Commit 2fa75ff

Browse files
author
延枚
committed
修改publish的actions
1 parent 00bb92d commit 2fa75ff

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
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 20
18-
- run: npm run build
18+
- run: npm install && npm run build
1919

2020
publish-npm:
2121
needs: build

0 commit comments

Comments
 (0)