fix: check if presetter exists before running bootstrap
This commit is contained in:
parent
09ba506c76
commit
0003b60184
|
@ -13,7 +13,7 @@
|
||||||
},
|
},
|
||||||
"readme": "ERROR: No README data found!",
|
"readme": "ERROR: No README data found!",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "presetter bootstrap",
|
"prepare": "bash -c 'if command -v presetter &> /dev/null; then presetter bootstrap; fi'",
|
||||||
"build": "run build",
|
"build": "run build",
|
||||||
"semantic-release": "semantic-release"
|
"semantic-release": "semantic-release"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue