Skip to content

Commit 9ccd627

Browse files
cometkimfhammerschmidt
authored andcommitted
Remove postinstall script (#7350)
1 parent 5ca6b20 commit 9ccd627

File tree

4 files changed

+1
-44
lines changed

4 files changed

+1
-44
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
- Hide stdlib modules in output. https://github.com/rescript-lang/rescript/pull/7305
3636
- Deprecate unsafe host-specific bindings from stdlib. https://github.com/rescript-lang/rescript/pull/7334
3737
- Make unsafe function names consistent in Stdlib.String. https://github.com/rescript-lang/rescript/pull/7337
38+
- `rescript` package does not trigger `postinstall` script anymore. https://github.com/rescript-lang/rescript/pull/7350
3839

3940
#### :bug: Bug fix
4041

cli/rescript_postinstall.js

-42
This file was deleted.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"rewatch": "cli/rewatch"
4444
},
4545
"scripts": {
46-
"postinstall": "node cli/rescript_postinstall.js",
4746
"test": "node scripts/test.js -all",
4847
"test-bsb": "node scripts/test.js -bsb",
4948
"test-ocaml": "node scripts/test.js -ounit",

packages/artifacts.txt

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ cli/rescript_arg.js
1212
cli/rescript_bsb.js
1313
cli/rescript_dump.js
1414
cli/rescript_format.js
15-
cli/rescript_postinstall.js
1615
cli/rewatch
1716
darwin/bsb_helper.exe
1817
darwin/bsc.exe

0 commit comments

Comments
 (0)