We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2c3e3 commit d29a6f0Copy full SHA for d29a6f0
1 file changed
scripts/deploy
@@ -5,7 +5,7 @@ DATE="$(date +%Y%m%d_%H%M%S)"
5
git tag "deploy-${DATE}"
6
git push --tags
7
rm -rf .cache public __deploy
8
-gatsby build
+yarn gatsby build
9
yarn test
10
git clone "`git remote get-url origin`" __deploy
11
cd __deploy
0 commit comments