We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d91c7 commit 441263eCopy full SHA for 441263e
scripts/publish-starters.sh
@@ -29,7 +29,7 @@ for folder in $GLOB; do
29
30
if [ "$IS_WORKSPACE" = null ]; then
31
rm -f yarn.lock
32
- if ["$MINIMAL_STARTER" != "$NAME"]: then # ignore minimal starter because we don't want any lock files for create-gatsby
+ if ["$MINIMAL_STARTER" != "$NAME"]; then # ignore minimal starter because we don't want any lock files for create-gatsby
33
yarn import # generate a new yarn.lock file based on package-lock.json, gatsby new does this is new CLI versions but will ignore if file exists
34
fi
35
0 commit comments