We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test:ts
1 parent 4892aa1 commit 184f3f7Copy full SHA for 184f3f7
package.json
@@ -63,9 +63,8 @@
63
"start": "npm run build --incremental --watch",
64
"lint": "eslint ./src --ext=.ts",
65
"lint:fix": "npm run lint -- --fix",
66
- "test": "npm run test:build && npm run test:ts && npm run test:unit",
+ "test": "npm run test:build && npm run test:unit",
67
"test:unit": "vitest run",
68
- "test:ts": "find src/ -name '*.test.ts' | xargs -I{} tsc --noEmit --strict {}",
69
"test:build": "node dist/index.js && tsc --noEmit dist/index.d.ts",
70
"prettier:check": "prettier --check './src/**/*.{ts,js}'",
71
"prettier:fix": "prettier --write './src/**/*.{ts,js}'",
0 commit comments