File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2424 "preinstall" : " npx only-allow pnpm && chmod +x ./scripts/*" ,
2525 "postinstall" : " simple-git-hooks && pnpm build:packages" ,
2626 "clean" : " npx fa clean --dist --vite --turbo --deps --all --ignore-tips" ,
27+ "clean:hooks" : " rm -rf .git/hooks" ,
2728 "dev" : " vitepress dev --port 8080 --host --force --strictPort --open" ,
2829 "build:apps" : " npx turbo run build --filter '*-demo' --color --only" ,
2930 "build:packages" : " npx turbo run build --filter @142vip/* --color --only" ,
3738 "publish:check" : " pnpm publish -r --filter './packages/**' --dry-run --json --no-git-checks" ,
3839 "release:check" : " npx fa release --check-release --vip -F './apps/*' -F './packages/*' " ,
3940 "check" : " pnpm release:check && pnpm publish:check" ,
40- "release" : " npx fa release --vip -F './apps/*' -F './packages/*' "
41+ "release" : " pnpm clean:hooks && npx fa release --vip -F './apps/*' -F './packages/*' "
4142 },
4243 "devDependencies" : {
4344 "@142vip/changelog" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments