Skip to content

Commit

Permalink
feat: 删除npm:token
Browse files Browse the repository at this point in the history
  • Loading branch information
novlan1 committed Oct 8, 2022
1 parent 23bafd6 commit e5d4800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lint:fix": "eslint --fix --ext .js,.ts,.tsx,.jsx,.vue .",
"changelog": "gulp changelog",
"version": "yarn changelog && git add CHANGELOG.md",
"release": "yarn npm:token && yarn test && yarn build && np --no-cleanup --yolo --any-branch",
"release": "yarn test && yarn build && np --no-cleanup --yolo --any-branch",
"npm:token": "node script/npm-token.js",
"prepare": "husky install"
},
Expand Down

0 comments on commit e5d4800

Please sign in to comment.