Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock authored and emily-shen committed Nov 18, 2024
1 parent d86cac0 commit c4b6c48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fixtures/import-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions fixtures/import-npm/turbo.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"extends": ["//"],
"tasks": {
"extends": ["//"],
"tasks": {
"test": {
"dependsOn": ["wrangler#build"]
},
"test:ci": {
"test:ci": {
"dependsOn": ["wrangler#build"]
}
}
}
}
}

0 comments on commit c4b6c48

Please sign in to comment.