Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Delete postinstall command #208

Merged
merged 1 commit into from
Mar 23, 2021
Merged
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
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@
"rescript:build": "bsb -make-world",
"rescript:clean": "bsb -clean-world",
"rescript:start": "bsb -make-world -w",
"rescript:format": "find . -type f \\( -name '*.res' -o -name '*.resi' \\) -exec sh -c 'bsc -format {} | sponge {}' \\;",
"postinstall": "bsb -clean-world -make-world"
"rescript:format": "find . -type f \\( -name '*.res' -o -name '*.resi' \\) -exec sh -c 'bsc -format {} | sponge {}' \\;"
},
"scriptsDescription": {
"next:start": "prefer using express or another server with the output of next:export instead of next:start",
"rescript:format": "bsc -format doesn't support in place updates, so we need to use sponge",
"postinstall": "when bs-platform version changes, running bsb will ensure latest generated js is committed by dependabot"
"rescript:format": "bsc -format doesn't support in place updates, so we need to use sponge"
},
"devDependencies": {
"autoprefixer": "^10.2.4",
Expand Down