Skip to content

Commit 307e1cc

Browse files
committed
fix: scripts
1 parent b348152 commit 307e1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: npm run build
4141
if: ${{ steps.release.outputs.release_created }}
4242
# 增加install script
43-
- run: npm pkg set "scripts.install"="node scripts/index.js"
43+
- run: npm pkg set "scripts.install"="node lib/scripts/index.js"
4444
if: ${{ steps.release.outputs.release_created }}
4545
# 删除开发依赖
4646
- run: npm pkg delete devDependencies

0 commit comments

Comments
 (0)