Skip to content

Commit fa241b2

Browse files
authored
Merge pull request #43 from Patternslib/fix-postinstall
fix: Fix postinstall when no make upgrade is available.
2 parents 9d35560 + 616be80 commit fa241b2

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)