Commit 02841d1 1 parent dda9f89 commit 02841d1 Copy full SHA for 02841d1
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
"fix" : " turbo run fix && eslint --fix 'scripts/**/*.ts'" ,
14
14
"lint" : " turbo run lint && eslint 'scripts/**/*.ts'" ,
15
15
"postinstall" : " simple-git-hooks && tsx scripts/patch-figma-plugin-typings.ts && npm run build" ,
16
- "prepackages-publish" : " turbo run fix lint test build" ,
16
+ "prepackages-publish" : " turbo run fix lint && turbo run test build" ,
17
17
"packages-publish" : " lerna publish from-package" ,
18
18
"packages-version" : " lerna version --force-publish" ,
19
19
"release" : " sh scripts/release.sh" ,
76
76
"prettier" : " eslint-config-yuanqing/prettier" ,
77
77
"simple-git-hooks" : {
78
78
"pre-commit" : " npx lint-staged" ,
79
- "pre-push" : " npx turbo run fix lint test build"
79
+ "pre-push" : " npx turbo run fix lint && npx turbo run test build"
80
80
},
81
81
"stylelint" : {
82
82
"extends" : " stylelint-config-yuanqing"
You can’t perform that action at this time.
0 commit comments