diff --git a/examples/with-turbopack/package.json b/examples/with-turbopack/package.json index f84214f83f87..f6e2b9fe5636 100644 --- a/examples/with-turbopack/package.json +++ b/examples/with-turbopack/package.json @@ -2,7 +2,7 @@ "private": true, "scripts": { "dev": "next dev --turbo", - "dev:tailwind": "concurrently 'next dev --turbo' 'npm run tailwind --watch'", + "dev:tailwind": "concurrently \"next dev --turbo\" \"npm run tailwind -- --watch\"", "build": "next build", "start": "next start", "lint": "next lint",