Skip to content

Commit

Permalink
Edit turbo script
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanqing committed Oct 12, 2024
1 parent dda9f89 commit 02841d1
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 @@ -13,7 +13,7 @@
"fix": "turbo run fix && eslint --fix 'scripts/**/*.ts'",
"lint": "turbo run lint && eslint 'scripts/**/*.ts'",
"postinstall": "simple-git-hooks && tsx scripts/patch-figma-plugin-typings.ts && npm run build",
"prepackages-publish": "turbo run fix lint test build",
"prepackages-publish": "turbo run fix lint && turbo run test build",
"packages-publish": "lerna publish from-package",
"packages-version": "lerna version --force-publish",
"release": "sh scripts/release.sh",
Expand Down Expand Up @@ -76,7 +76,7 @@
"prettier": "eslint-config-yuanqing/prettier",
"simple-git-hooks": {
"pre-commit": "npx lint-staged",
"pre-push": "npx turbo run fix lint test build"
"pre-push": "npx turbo run fix lint && npx turbo run test build"
},
"stylelint": {
"extends": "stylelint-config-yuanqing"
Expand Down

0 comments on commit 02841d1

Please sign in to comment.