Skip to content

Commit

Permalink
feat: ✨ add turbo dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
G committed May 17, 2024
1 parent 2b2c6f6 commit a8292e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "turbo build",
"docs:build": "turbo docs:build --filter gbeata",
"build:admin": "pnpm run build --filter gbeata-admin",
"dev": "turbo dev",
"dev": "turbo dev --parallel --no-cache",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prepare": "husky install",
Expand Down

0 comments on commit a8292e3

Please sign in to comment.