Skip to content

Commit 441263e

Browse files
author
LB
authored
fix: Update publish-starters.sh (#28206)
This should actually fix it!
1 parent 41d91c7 commit 441263e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-starters.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ for folder in $GLOB; do
2929

3030
if [ "$IS_WORKSPACE" = null ]; then
3131
rm -f yarn.lock
32-
if ["$MINIMAL_STARTER" != "$NAME"]: then # ignore minimal starter because we don't want any lock files for create-gatsby
32+
if ["$MINIMAL_STARTER" != "$NAME"]; then # ignore minimal starter because we don't want any lock files for create-gatsby
3333
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
3434
fi
3535
fi

0 commit comments

Comments
 (0)