Skip to content

Commit cbe6664

Browse files
build: switch postinstall for prepare script (#2)
Signed-off-by: Wouter Termont <wouter.termont@ugent.be>
1 parent f594a11 commit cbe6664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"exports": {},
4646
"files": [],
4747
"scripts": {
48-
"postinstall": "yarn build:all",
48+
"prepare": "yarn build:all",
4949
"clean": "shx rm -rf ./**/node_modules",
5050
"build:all": "yarn workspaces foreach --exclude . -A -pi -t run build",
5151
"test:all": "yarn workspaces foreach --exclude . -A -pi run test",

0 commit comments

Comments
 (0)