Skip to content

Commit

Permalink
more specific on postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-bierman committed Dec 31, 2023
1 parent e44b3dc commit c3fb1b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@
"format:all": "prettier --write \"**/*.{js,jsx,ts,tsx}\"",
"fix": "manypkg fix",
"preinstall": "npx only-allow yarn",
"postinstall": "yarn build-ui",
"postinstall": "yarn build-ui && yarn build:validations",
"build": "yarn workspaces foreach --all run build",
"build-ui": "cd packages/ui && yarn build",
"build:validations": "cd packages/validations && yarn build",
"upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest",
"upgrade:tamagui:canary": "yarn up '*tamagui*'@canary '@tamagui/*'@canary",
"check-deps": "check-dependency-version-consistency .",
Expand Down Expand Up @@ -76,6 +77,9 @@
"server/**/*.{js,ts}": [
"cd server && yarn run lint",
"prettier --write"
],
"**/*.{js,jsx,ts,tsx}": [
"prettier --write"
]
},
"repository": {
Expand Down

0 comments on commit c3fb1b0

Please sign in to comment.