Skip to content

Commit

Permalink
chore: 支持钩子函数触发build命令进行构建
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Jul 17, 2024
1 parent 7ba7be9 commit efec5a9
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 @@ -14,9 +14,9 @@
"homePage": "https://142vip.cn"
},
"scripts": {
"preinstall": "npx only-allow pnpm && chmod +x ./scripts/* && npx turbo run build --filter=@142vip/changelog --color --only",
"preinstall": "npx only-allow pnpm && chmod +x ./scripts/* && pnpm build",
"dev": "npx turbo run dev",
"build": "npx turbo run build",
"build": "npx turbo run build --color --only",
"clean": "npx fairy-cli clean --ignore-tips --all",
"start": "npx turbo run start",
"test": "npx turbo run test",
Expand Down

0 comments on commit efec5a9

Please sign in to comment.