diff --git a/fixtures/import-npm/package.json b/fixtures/import-npm/package.json index b09e9cbe10f4..99e778833fb2 100644 --- a/fixtures/import-npm/package.json +++ b/fixtures/import-npm/package.json @@ -7,7 +7,7 @@ "packages/*" ], "scripts": { - "check:type": "npm run check:type --workspaces", + "check:type": "npm install && npm run check:type --workspaces", "test:ci": "npm install && npm run test:ci --workspaces", "test:watch": "npm install && npm run test:watch --workspaces", "type:tests": "npm install && npm run type:tests --workspaces" diff --git a/fixtures/import-npm/turbo.json b/fixtures/import-npm/turbo.json index b104fa735cc8..ac10a3dc52e8 100644 --- a/fixtures/import-npm/turbo.json +++ b/fixtures/import-npm/turbo.json @@ -1,11 +1,11 @@ { - "extends": ["//"], - "tasks": { + "extends": ["//"], + "tasks": { "test": { "dependsOn": ["wrangler#build"] }, - "test:ci": { + "test:ci": { "dependsOn": ["wrangler#build"] } - } -} \ No newline at end of file + } +}