Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- Hide stdlib modules in output. https://github.com/rescript-lang/rescript/pull/7305
- Deprecate unsafe host-specific bindings from stdlib. https://github.com/rescript-lang/rescript/pull/7334
- Make unsafe function names consistent in Stdlib.String. https://github.com/rescript-lang/rescript/pull/7337
- `rescript` package does not trigger `postinstall` script anymore. https://github.com/rescript-lang/rescript/pull/7350

#### :bug: Bug fix

Expand Down
42 changes: 0 additions & 42 deletions cli/rescript_postinstall.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"rewatch": "cli/rewatch"
},
"scripts": {
"postinstall": "node cli/rescript_postinstall.js",
"test": "node scripts/test.js -all",
"test-bsb": "node scripts/test.js -bsb",
"test-ocaml": "node scripts/test.js -ounit",
Expand Down
1 change: 0 additions & 1 deletion packages/artifacts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ cli/rescript_arg.js
cli/rescript_bsb.js
cli/rescript_dump.js
cli/rescript_format.js
cli/rescript_postinstall.js
cli/rewatch
darwin/bsb_helper.exe
darwin/bsc.exe
Expand Down