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.
2 parents 55e89a0 + d7d6f8b commit f1fa9b4Copy full SHA for f1fa9b4
package.json
@@ -41,7 +41,7 @@
41
"test:run": "jest --runInBand --coverage",
42
"test:update": "run-s db:clean db:run db:generate-test-types && jest --runInBand --updateSnapshot && run-s db:clean",
43
"test:types": "run-s build && tsd --files 'test/**/*.test*.ts'",
44
- "test:types:watch": "chokidar 'src/select-query-parser/**/*.ts' 'test/**/*.ts' -c 'npm run test:types'",
+ "test:types:watch": "chokidar 'src/**/*.ts' 'test/**/*.ts' -c 'npm run test:types'",
45
"type-check": "tsc --noEmit --project tsconfig.json",
46
"type-check:test": "tsc --noEmit --project tsconfig.test.json",
47
"db:clean": "cd test/db && docker compose down --volumes",
0 commit comments