We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b37e0f commit 80e2d34Copy full SHA for 80e2d34
package.json
@@ -5,8 +5,7 @@
5
"description": "",
6
"main": "index.js",
7
"scripts": {
8
- "build": "turbo run build",
9
- "turbodev": "turbo run dev",
+ "build": "cd packages/playground && pnpm build",
10
"dev": "cd packages/playground && pnpm dev"
11
},
12
"keywords": [],
@@ -16,7 +15,6 @@
16
15
],
17
"devDependencies": {
18
"@changesets/cli": "2.26.2",
19
- "turbo": "^1.10.10",
20
"vitest": "^0.33.0",
21
"prettier": "^3.0.0",
22
"prettier-plugin-tailwindcss": "^0.4.1"
turbo.json
0 commit comments