We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b348152 commit 307e1ccCopy full SHA for 307e1cc
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
- run: npm run build
41
if: ${{ steps.release.outputs.release_created }}
42
# 增加install script
43
- - run: npm pkg set "scripts.install"="node scripts/index.js"
+ - run: npm pkg set "scripts.install"="node lib/scripts/index.js"
44
45
# 删除开发依赖
46
- run: npm pkg delete devDependencies
0 commit comments