create-turbo 1.7.0 → 1.7.1-canary.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -32,7 +32,7 @@ var import_chalk = __toESM(require("chalk"));
32
32
  // package.json
33
33
  var package_default = {
34
34
  name: "create-turbo",
35
- version: "1.7.0",
35
+ version: "1.7.1-canary.0",
36
36
  description: "Create a new Turborepo",
37
37
  homepage: "https://turbo.build/repo",
38
38
  license: "MPL-2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.7.0",
3
+ "version": "1.7.1-canary.0",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turbo.build/repo",
6
6
  "license": "MPL-2.0",
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "scripts": {
10
10
  "build": "turbo run build",
11
- "dev": "turbo run dev --parallel",
11
+ "dev": "turbo run dev",
12
12
  "lint": "turbo run lint",
13
13
  "format": "prettier --write \"**/*.{ts,tsx,md}\""
14
14
  },
@@ -4,7 +4,7 @@
4
4
  "private": true,
5
5
  "scripts": {
6
6
  "build": "turbo run build",
7
- "dev": "turbo run dev --parallel",
7
+ "dev": "turbo run dev",
8
8
  "lint": "turbo run lint",
9
9
  "format": "prettier --write \"**/*.{ts,tsx,md}\""
10
10
  },
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "scripts": {
10
10
  "build": "turbo run build",
11
- "dev": "turbo run dev --parallel",
11
+ "dev": "turbo run dev",
12
12
  "lint": "turbo run lint",
13
13
  "format": "prettier --write \"**/*.{ts,tsx,md}\""
14
14
  },