Skip to content

Commit 3d8d199

Browse files
committed
fix 1
1 parent edc9557 commit 3d8d199

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": "[ \"$npm_package_name\" != \"@patternslib/dev\" ] && cd $INIT_CWD && make upgrade || echo 'skipped postinstall'",
41+
"postinstall": "cd $INIT_CWD && make upgrade",
4242
"test": "jest"
4343
},
4444
"author": {

0 commit comments

Comments
 (0)