Skip to content

Commit

Permalink
chore: drop postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Dec 21, 2023
1 parent 34748a7 commit 8c9bf26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"start": "turbo build --filter '{./packages/snack-term}...' && yarn --cwd ./packages/snack-term start",
"lint": "turbo lint --filter './packages/*' --",
"test": "turbo test --filter './packages/*' --",
"build": "turbo build --filter './packages/*' --",
"postinstall": "yarn run build"
"build": "turbo build --filter './packages/*' --"
},
"workspaces": {
"packages": [
Expand Down

0 comments on commit 8c9bf26

Please sign in to comment.