Skip to content

Commit 0fdeb46

Browse files
ralyodioclaude
andcommitted
fix(ci): add test script to web package.json
turbo run test was failing because @c0upons/web had no test script. Adds a no-op placeholder so CI passes until real tests are written. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 38c11d0 commit 0fdeb46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"build": "next build",
99
"start": "next start",
1010
"lint": "eslint app/ components/ lib/",
11+
"test": "echo 'No tests configured'",
1112
"typecheck": "tsc --noEmit",
1213
"db:migrate": "node scripts/migrate.mjs",
1314
"clean": "rm -rf .next out node_modules"

0 commit comments

Comments
 (0)