We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c3dd4 commit b1c5ac9Copy full SHA for b1c5ac9
1 file changed
package.json
@@ -7,7 +7,6 @@
7
"build:ci": "npm run build:ts && npm run build:copy",
8
"build:dev": "pnpm run build:ts && pnpm run build:copy",
9
"build:ts": "tsup",
10
- "build:test": "tsup --entry 'src/**/*.ts' --entry 'test/**/*.ts'",
11
"build:copy": "node scripts/copy-assets.js",
12
"start": "node dist/index.js",
13
"dev": "tsx watch src/index.ts",
@@ -23,8 +22,7 @@
23
22
"check:fix": "biome check --write .",
24
"typecheck": "tsc --noEmit",
25
"test": "pnpm run build:dev && node --test dist/**/*.test.js",
26
- "test:ci": "node --test $(find dist -name '*.test.js')",
27
- "test:build": "npm run build:test && npm run test:ci",
+ "test:ci": "NODE_ENV=test node --test dist/**/*.test.js",
28
"prepare": "husky",
29
"pre-commit": "lint-staged",
30
"sync-guides": "tsx scripts/sync-guides.js",
0 commit comments