Skip to content

Commit

Permalink
[Drizzle-valibot][drizzle-typebox][drizzle-zod] fix tests failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelelz committed Dec 11, 2023
1 parent 193b17c commit 5db2190
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drizzle-typebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "cd tests && tsc",
"pack": "(cd dist && npm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz",
"publish": "npm publish package.tgz",
"test": "ava tests"
"test": "NODE_OPTIONS='--loader=tsx --no-warnings' ava"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion drizzle-valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "cd tests && tsc",
"pack": "(cd dist && npm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz",
"publish": "npm publish package.tgz",
"test": "ava tests"
"test": "NODE_OPTIONS='--loader=tsx --no-warnings' ava"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion drizzle-zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "cd tests && tsc",
"pack": "(cd dist && npm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz",
"publish": "npm publish package.tgz",
"test": "ava tests"
"test": "NODE_OPTIONS='--loader=tsx --no-warnings' ava"
},
"exports": {
".": {
Expand Down

0 comments on commit 5db2190

Please sign in to comment.