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

Commit 497c4a7

Browse files
authored
Delete postinstall command (#208)
1 parent d4b5672 commit 497c4a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@
3333
"rescript:build": "bsb -make-world",
3434
"rescript:clean": "bsb -clean-world",
3535
"rescript:start": "bsb -make-world -w",
36-
"rescript:format": "find . -type f \\( -name '*.res' -o -name '*.resi' \\) -exec sh -c 'bsc -format {} | sponge {}' \\;",
37-
"postinstall": "bsb -clean-world -make-world"
36+
"rescript:format": "find . -type f \\( -name '*.res' -o -name '*.resi' \\) -exec sh -c 'bsc -format {} | sponge {}' \\;"
3837
},
3938
"scriptsDescription": {
4039
"next:start": "prefer using express or another server with the output of next:export instead of next:start",
41-
"rescript:format": "bsc -format doesn't support in place updates, so we need to use sponge",
42-
"postinstall": "when bs-platform version changes, running bsb will ensure latest generated js is committed by dependabot"
40+
"rescript:format": "bsc -format doesn't support in place updates, so we need to use sponge"
4341
},
4442
"devDependencies": {
4543
"autoprefixer": "^10.2.4",

0 commit comments

Comments
 (0)