Skip to content

Commit ef7f795

Browse files
committed
1 parent 92e609e commit ef7f795

File tree

10 files changed

+55
-145
lines changed

10 files changed

+55
-145
lines changed

packages/@rescript/darwin-arm64/package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
"url": "git+https://github.com/rescript-lang/rescript-compiler.git"
99
},
1010
"publishConfig": {
11-
"access": "public"
11+
"access": "public",
12+
"executableFiles": [
13+
"./bin/bsb_helper.exe",
14+
"./bin/bsc.exe",
15+
"./bin/ninja.exe",
16+
"./bin/rescript.exe",
17+
"./bin/rescript-editor-analysis.exe",
18+
"./bin/rescript-tools.exe",
19+
"./bin/rewatch.exe"
20+
]
1221
},
1322
"engines": {
1423
"node": ">=20.11.0"
@@ -25,8 +34,5 @@
2534
"bin/"
2635
],
2736
"exports": "./bin.js",
28-
"preferUnplugged": true,
29-
"scripts": {
30-
"postpack": "./scripts/repack.sh package.tgz"
31-
}
37+
"preferUnplugged": true
3238
}

packages/@rescript/darwin-arm64/scripts/repack.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/@rescript/darwin-x64/package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
"url": "git+https://github.com/rescript-lang/rescript-compiler.git"
99
},
1010
"publishConfig": {
11-
"access": "public"
11+
"access": "public",
12+
"executableFiles": [
13+
"./bin/bsb_helper.exe",
14+
"./bin/bsc.exe",
15+
"./bin/ninja.exe",
16+
"./bin/rescript.exe",
17+
"./bin/rescript-editor-analysis.exe",
18+
"./bin/rescript-tools.exe",
19+
"./bin/rewatch.exe"
20+
]
1221
},
1322
"engines": {
1423
"node": ">=20.11.0"
@@ -25,8 +34,5 @@
2534
"bin/"
2635
],
2736
"exports": "./bin.js",
28-
"preferUnplugged": true,
29-
"scripts": {
30-
"postpack": "./scripts/repack.sh package.tgz"
31-
}
37+
"preferUnplugged": true
3238
}

packages/@rescript/darwin-x64/scripts/repack.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/@rescript/linux-arm64/package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
"url": "git+https://github.com/rescript-lang/rescript-compiler.git"
99
},
1010
"publishConfig": {
11-
"access": "public"
11+
"access": "public",
12+
"executableFiles": [
13+
"./bin/bsb_helper.exe",
14+
"./bin/bsc.exe",
15+
"./bin/ninja.exe",
16+
"./bin/rescript.exe",
17+
"./bin/rescript-editor-analysis.exe",
18+
"./bin/rescript-tools.exe",
19+
"./bin/rewatch.exe"
20+
]
1221
},
1322
"engines": {
1423
"node": ">=20.11.0"
@@ -25,8 +34,5 @@
2534
"bin/"
2635
],
2736
"exports": "./bin.js",
28-
"preferUnplugged": true,
29-
"scripts": {
30-
"postpack": "./scripts/repack.sh package.tgz"
31-
}
37+
"preferUnplugged": true
3238
}

packages/@rescript/linux-arm64/scripts/repack.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/@rescript/linux-x64/package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
"url": "git+https://github.com/rescript-lang/rescript-compiler.git"
99
},
1010
"publishConfig": {
11-
"access": "public"
11+
"access": "public",
12+
"executableFiles": [
13+
"./bin/bsb_helper.exe",
14+
"./bin/bsc.exe",
15+
"./bin/ninja.exe",
16+
"./bin/rescript.exe",
17+
"./bin/rescript-editor-analysis.exe",
18+
"./bin/rescript-tools.exe",
19+
"./bin/rewatch.exe"
20+
]
1221
},
1322
"engines": {
1423
"node": ">=20.11.0"
@@ -25,8 +34,5 @@
2534
"bin/"
2635
],
2736
"exports": "./bin.js",
28-
"preferUnplugged": true,
29-
"scripts": {
30-
"postpack": "./scripts/repack.sh package.tgz"
31-
}
37+
"preferUnplugged": true
3238
}

packages/@rescript/linux-x64/scripts/repack.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/@rescript/win32-x64/package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
"url": "git+https://github.com/rescript-lang/rescript-compiler.git"
99
},
1010
"publishConfig": {
11-
"access": "public"
11+
"access": "public",
12+
"executableFiles": [
13+
"./bin/bsb_helper.exe",
14+
"./bin/bsc.exe",
15+
"./bin/ninja.exe",
16+
"./bin/rescript.exe",
17+
"./bin/rescript-editor-analysis.exe",
18+
"./bin/rescript-tools.exe",
19+
"./bin/rewatch.exe"
20+
]
1221
},
1322
"engines": {
1423
"node": ">=20.11.0"
@@ -25,8 +34,5 @@
2534
"bin/"
2635
],
2736
"exports": "./bin.js",
28-
"preferUnplugged": true,
29-
"scripts": {
30-
"postpack": "./scripts/repack.sh package.tgz"
31-
}
37+
"preferUnplugged": true
3238
}

packages/@rescript/win32-x64/scripts/repack.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)