Skip to content

Commit

Permalink
fix: 修正 release 命令
Browse files Browse the repository at this point in the history
  • Loading branch information
CJY0208 committed Aug 8, 2021
1 parent 9d01075 commit d566fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"format": "prettier --write \"./**/*.{js,ts,jsx,tsx,json,css,scss,sass,less,html}\"",
"clean:build": "rimraf dist",
"release": "npm run release:beta",
"release:latest": "npm run build && np --no-cleanup --yolo --no-publish --tag=latest && npm publish",
"release:beta": "npm run build && np --no-cleanup --yolo --no-publish --tag=beta && npm publish"
"release:latest": "npm run build && np --no-cleanup --yolo --no-publish --tag=latest && npm publish --registry https://registry.npmjs.org",
"release:beta": "npm run build && np --no-cleanup --yolo --no-publish --tag=beta && npm publish --registry https://registry.npmjs.org"
},
"homepage": "https://github.com/CJY0208/formini",
"repository": {
Expand Down

0 comments on commit d566fd7

Please sign in to comment.