fix: update prepare script to conditionally run presetter
This commit is contained in:
parent
b752e40c3d
commit
034ea89671
|
@ -22,7 +22,7 @@
|
||||||
"readme": "ERROR: No README data found!",
|
"readme": "ERROR: No README data found!",
|
||||||
"_id": "@lumeweb/node-library-preset@0.1.0",
|
"_id": "@lumeweb/node-library-preset@0.1.0",
|
||||||
"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