Skip to content

Commit e135664

Browse files
committed
chore: rename private->dev
1 parent 4599fcd commit e135664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ workspace
5151
./scripts/compilation/tmp/*.mjs
5252

5353
.turbo
54-
turbo.private.json
54+
turbo.dev.json
5555
coverage
5656
dist
5757
dist-*

scripts/turbo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const path = require("node:path");
55
const runTurbo = async (task, args, { apiSecret, apiEndpoint, apiSignatureKey } = {}) => {
66
const privateConfig = (() => {
77
try {
8-
return require("../../turbo.private.json");
8+
return require("../../turbo.dev.json");
99
} catch (e) {
1010
return {};
1111
}

0 commit comments

Comments
 (0)