Skip to content

Commit f1fa9b4

Browse files
committed
Merge branch 'master' into feat/add-embeded-functions-type-inference
2 parents 55e89a0 + d7d6f8b commit f1fa9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:run": "jest --runInBand --coverage",
4242
"test:update": "run-s db:clean db:run db:generate-test-types && jest --runInBand --updateSnapshot && run-s db:clean",
4343
"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'",
44+
"test:types:watch": "chokidar 'src/**/*.ts' 'test/**/*.ts' -c 'npm run test:types'",
4545
"type-check": "tsc --noEmit --project tsconfig.json",
4646
"type-check:test": "tsc --noEmit --project tsconfig.test.json",
4747
"db:clean": "cd test/db && docker compose down --volumes",

0 commit comments

Comments
 (0)