Skip to content

Commit

Permalink
chore: update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Jul 30, 2021
1 parent f3c0fcc commit adf7dc3
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 @@ -18,7 +18,7 @@
"debug": "umi-test",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty \"./packages\"",
"prettier": "prettier -c --write \"**/*\"",
"publish": "umi-test && npm run changelog && npm run build && lerna publish -m \"chore: publish\"",
"publish": "npm run build && umi-test && lerna publish -m \"chore: publish\"",
"now-build": "echo \"hello\""
},
"repository": {
Expand Down

0 comments on commit adf7dc3

Please sign in to comment.