Skip to content

Commit 616be80

Browse files
committed
fix: Fix postinstall when no make upgrade is available.
1 parent 9d35560 commit 616be80

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
@@ -38,7 +38,7 @@
3838
"node": ">=18.18"
3939
},
4040
"scripts": {
41-
"postinstall": "cd $INIT_CWD && make upgrade",
41+
"postinstall": "cd $INIT_CWD && make upgrade || true",
4242
"test": "jest"
4343
},
4444
"author": {

0 commit comments

Comments
 (0)