Skip to content

Commit 0a4b85f

Browse files
committed
Build analysis tests with legacy build system
1 parent 65cbf09 commit 0a4b85f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

tests/analysis_tests/tests-generic-jsx-transform/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@tests/generic-jsx-transform",
33
"private": true,
44
"scripts": {
5-
"build": "rescript",
6-
"clean": "rescript clean -with-deps"
5+
"build": "rescript legacy build",
6+
"clean": "rescript legacy clean"
77
},
88
"dependencies": {
99
"rescript": "workspace:^"

tests/analysis_tests/tests-incremental-typechecking/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@tests/incremental-typechecking",
33
"private": true,
44
"scripts": {
5-
"build": "rescript",
6-
"clean": "rescript clean -with-deps"
5+
"build": "rescript legacy build",
6+
"clean": "rescript legacy clean"
77
},
88
"dependencies": {
99
"rescript": "workspace:^"

tests/analysis_tests/tests-reanalyze/deadcode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@tests/reanalyze-deadcode",
33
"private": true,
44
"scripts": {
5-
"build": "rescript",
6-
"clean": "rescript clean -with-deps"
5+
"build": "rescript legacy build",
6+
"clean": "rescript legacy clean"
77
},
88
"dependencies": {
99
"@rescript/react": "link:../../../dependencies/rescript-react",

tests/analysis_tests/tests-reanalyze/termination/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@tests/reanalyze-termination",
33
"private": true,
44
"scripts": {
5-
"build": "rescript",
6-
"clean": "rescript clean -with-deps"
5+
"build": "rescript legacy build",
6+
"clean": "rescript legacy clean"
77
},
88
"dependencies": {
99
"rescript": "workspace:^"

tests/analysis_tests/tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@tests/analysis",
33
"private": true,
44
"scripts": {
5-
"build": "rescript",
6-
"clean": "rescript clean -with-deps"
5+
"build": "rescript legacy build",
6+
"clean": "rescript legacy clean"
77
},
88
"dependencies": {
99
"@rescript/react": "link:../../dependencies/rescript-react",

0 commit comments

Comments
 (0)