Skip to content

Commit

Permalink
fix: 测试2
Browse files Browse the repository at this point in the history
  • Loading branch information
CakmLexi committed Jul 20, 2024
1 parent d8130f6 commit b6a0b8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
# 安装依赖
- run: npm run install
env:
NODE_AUTH_TOKEN: ${{ secrets.RELEASE }}
if: ${{ steps.release.outputs.release_created }}
# 编译
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"addpkg": "node pkg.js --type add",
"delpkg": "node pkg.js --type del",
"install": "npm addpkg && npm install",
"install": "npm run addpkg && npm install",
"build": "tsc --project tsconfig.json && tsc-alias -p tsconfig.json && npm run delpkg"
},
"devDependencies": {
Expand Down

0 comments on commit b6a0b8d

Please sign in to comment.