Skip to content

Commit 6089fa1

Browse files
committed
Fix gentype tests
1 parent 4adf7a7 commit 6089fa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/gentype_tests/typescript-react-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "@tests/gentype-react-example",
33
"private": true,
44
"scripts": {
5-
"start": "rescript build -w",
6-
"build": "rescript",
7-
"clean": "rescript clean",
5+
"start": "rescript legacy build -w",
6+
"build": "rescript legacy build",
7+
"clean": "rescript legacy clean",
88
"typecheck": "tsc",
99
"check": "biome check --changed --no-errors-on-unmatched ."
1010
},

0 commit comments

Comments
 (0)