Skip to content

Commit

Permalink
disable yarn check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Sep 2, 2017
1 parent b695c4c commit f2f8a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prep
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source ./scripts/_init
set -x

yarn install --pure-lockfile --non-interactive
yarn check
#yarn check

# build only if it is a git checkout
if [ ! -d "${root}/node_modules/cli-engine/lib" ]; then
Expand Down

0 comments on commit f2f8a5b

Please sign in to comment.