Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.0] Combine typegen and transformer plugins fixes #918 #926

Merged
merged 4 commits into from
May 5, 2017
Prev Previous commit
Next Next commit
Remove yarn.lock on build server so sites get latest
  • Loading branch information
KyleAMathews committed May 5, 2017
commit 608156bcd94388bc8de4dfaf631c63fdcf9ec99e
4 changes: 4 additions & 0 deletions scripts/publish-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ gatsby-dev --set-path-to-repo .

echo "=== Installing the website dependencies"
cd $1
# Normally you wouldn't do this but we
# want to test the latest versions of packages always
# so our example site builds catch problems early.
rm yarn.lock
yarn

echo "=== Copying built Gatsby to website."
Expand Down