Skip to content

remove postinstall script #7350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 19, 2025
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