Skip to content

Commit

Permalink
build: pin now to a specific version to avoid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Sep 4, 2019
1 parent c9597b3 commit 90b79c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash -e

yarn global add now
# Pinned due to https://github.com/zeit/now/issues/2941
yarn global add [email protected]
bolt
bolt build
yarn docs:deploy:ci

0 comments on commit 90b79c2

Please sign in to comment.