Skip to content

Commit bca92f5

Browse files
committed
chore: Update build and API test script paths from scripts/ to bin/.
1 parent 2d4293f commit bca92f5

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

apps/conduit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"scripts": {
99
"start": "bun run src/main.ts",
1010
"dev": "bun run --watch src/main.ts",
11-
"build": "./scripts/build.sh",
11+
"build": "./bin/build.sh",
1212
"preview": "./server",
13-
"test:api": "cross-env APIURL=http://localhost:3000/api ./scripts/api-tests/run-api-tests.sh",
13+
"test:api": "cross-env APIURL=http://localhost:3000/api ./bin/api-tests/run-api-tests.sh",
1414
"test:unit": "bun test",
1515
"test": "bun test:api && bun test:unit",
1616
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)