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 044721d commit 1942a2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-rockets-join.md
@@ -0,0 +1,5 @@
---
'nextra': patch
---

chore: Fix build script
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,8 +2,8 @@
"private": true,
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build:tailwind build --filter=./packages/*",
"types": "turbo run types",
"build": "turbo run build:tailwind types --filter=./packages/*",
"types": "turbo run types --filter=./packages/*",
"types:check": "turbo run types:check",
"dev:core": "turbo run dev --filter=nextra...",
"dev:theme-blog": "turbo run dev --filter=blog...",
Expand Down

0 comments on commit 1942a2e

Please sign in to comment.