There was an error while loading. Please reload this page.
1 parent 4c6dd67 commit 7d605aaCopy full SHA for 7d605aa
1 file changed
Makefile
@@ -31,8 +31,8 @@ typecheck:
31
$(TYPECHECK)
32
33
test: typecheck
34
- bun test --smol --path-ignore-patterns '**/sql-on-fhir.test.ts'
35
- bun test --smol test/api/write-generator/multi-package/sql-on-fhir.test.ts
+ bun test --path-ignore-patterns '**/sql-on-fhir.test.ts'
+ bun test test/api/write-generator/multi-package/sql-on-fhir.test.ts
36
37
prepare-aidbox-runme:
38
@if [ ! -f "example/docker-compose.yaml" ]; then \
0 commit comments