Skip to content

Commit

Permalink
Merge pull request #15 from xcrap/main
Browse files Browse the repository at this point in the history
Fixed Dev Package Script
  • Loading branch information
cmgriffing authored Oct 19, 2024
2 parents 795d024 + 782861f commit dc4bdbd
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 @@ -8,7 +8,7 @@
"private": true,
"scripts": {
"postinstall": "pnpm build",
"dev": "pnpm run --parallel --filter ./packages/* dev",
"dev": "pnpm run --filter ./playgrounds/app dev",
"build": "turbo run build --filter=./packages/*",
"test": "turbo run test --filter=./packages/*",
"typecheck": "turbo run typecheck --filter=./packages/*",
Expand Down Expand Up @@ -39,4 +39,4 @@
"engines": {
"node": ">=18.0.0"
}
}
}

0 comments on commit dc4bdbd

Please sign in to comment.