We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc9557 commit 3d8d199Copy full SHA for 3d8d199
package.json
@@ -38,7 +38,7 @@
38
"node": ">=18.18"
39
},
40
"scripts": {
41
- "postinstall": "[ \"$npm_package_name\" != \"@patternslib/dev\" ] && cd $INIT_CWD && make upgrade || echo 'skipped postinstall'",
+ "postinstall": "cd $INIT_CWD && make upgrade",
42
"test": "jest"
43
44
"author": {
0 commit comments