Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Jul 27, 2022
1 parent 38ccce8 commit be62591
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 @@ -2,7 +2,7 @@
"private": true,
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build:tailwind types --filter=./packages/*",
"build": "turbo run build:tailwind build --filter=./packages/*",
"types": "turbo run types --filter=./packages/*",
"types:check": "turbo run types:check",
"dev:core": "turbo run dev --filter=nextra...",
Expand Down

0 comments on commit be62591

Please sign in to comment.