Skip to content

Commit

Permalink
🔧 chore(scripts): 优化执行脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 15, 2021
1 parent 2506e57 commit e36a0a6
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 @@
"--------- ": "",
"clean": "lerna run clean && rm -rf es lib dist build coverage .umi .eslintcache apis",
"reinstall": "yarn clean && lerna clean && rm -rf node_modules && yarn",
"prepublishOnly": "npm run test && npm run build && np --no-cleanup --yolo --no-publish --any-branch",
"prepublishOnly": "yarn build",
"prettier": "prettier -c --write \"**/**\"",
"n": "ts-node"
},
Expand Down

0 comments on commit e36a0a6

Please sign in to comment.