Skip to content

Commit

Permalink
chore: update lockfile and add postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Dec 21, 2023
1 parent 1fa572d commit 34748a7
Show file tree
Hide file tree
Showing 2 changed files with 687 additions and 312 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"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/*' --"
"build": "turbo build --filter './packages/*' --",
"postinstall": "yarn run build"
},
"workspaces": {
"packages": [
Expand Down
Loading

0 comments on commit 34748a7

Please sign in to comment.