fix: check if presetter exists before running bootstrap

This commit is contained in:
Derrick Hammer 2023-06-26 02:58:06 -04:00
parent 09ba506c76
commit 0003b60184
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
},
"readme": "ERROR: No README data found!",
"scripts": {
"prepare": "presetter bootstrap",
"prepare": "bash -c 'if command -v presetter &> /dev/null; then presetter bootstrap; fi'",
"build": "run build",
"semantic-release": "semantic-release"
},