We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faaf3d8 commit 41d91c7Copy full SHA for 41d91c7
scripts/publish-starters.sh
@@ -4,7 +4,7 @@ GLOB=$1
4
IS_CI="${CI:-false}"
5
BASE=$(pwd)
6
COMMIT_MESSAGE=$(git log -1 --pretty=%B)
7
-MINIMAL_STARTER=`gatsby-starter-minimal`
+MINIMAL_STARTER=gatsby-starter-minimal
8
9
if [ "$IS_CI" = true ]; then
10
sudo apt-get update && sudo apt-get install jq
0 commit comments