Skip to content

Commit e3a61e2

Browse files
committed
update
1 parent fe44f43 commit e3a61e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/test-scaffold.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function run(cmd: string) {
2020

2121
run('npm init -y');
2222
run(
23-
'npm i --no-audit --no-fund typescript@~5.8.0 [email protected] @prisma/[email protected] zod@^4.0.0 decimal.js @types/node'
23+
'npm i --no-audit --no-fund typescript@~5.8.0 [email protected] @prisma/[email protected] zod@^3.25.0 decimal.js @types/node'
2424
);
2525

2626
console.log('Test scaffold setup complete.');

0 commit comments

Comments
 (0)