Skip to content

Commit d29a6f0

Browse files
committed
fix(ci): gatsby command
1 parent 4c2c3e3 commit d29a6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DATE="$(date +%Y%m%d_%H%M%S)"
55
git tag "deploy-${DATE}"
66
git push --tags
77
rm -rf .cache public __deploy
8-
gatsby build
8+
yarn gatsby build
99
yarn test
1010
git clone "`git remote get-url origin`" __deploy
1111
cd __deploy

0 commit comments

Comments
 (0)