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!",
|
||||
"_id": "@lumeweb/node-library-preset@0.1.0",
|
||||
"scripts": {
|
||||
"prepare": "presetter bootstrap",
|
||||
"prepare": "bash -c 'if command -v presetter &> /dev/null; then presetter bootstrap; fi'",
|
||||
"build": "run build",
|
||||
"semantic-release": "semantic-release"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue