diff --git a/.changeset/sour-rockets-join.md b/.changeset/sour-rockets-join.md new file mode 100644 index 0000000000..5ab5c9ecf9 --- /dev/null +++ b/.changeset/sour-rockets-join.md @@ -0,0 +1,5 @@ +--- +'nextra': patch +--- + +chore: Fix build script diff --git a/package.json b/package.json index 78e22a1d05..342b5e9ee8 100644 --- a/package.json +++ b/package.json @@ -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...",