mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 23:49:43 -05:00
Merge branch 'develop' into unified-desktop-gui
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
if [ $SKIP_DEPCHECK ]; then exit 0; fi
|
||||
|
||||
yarn check --integrity
|
||||
|
||||
if [ $? -ne 0 ];
|
||||
then
|
||||
if [ $? -ne 0 ]; then
|
||||
echo 'Your dependencies are out of date; installing the correct dependencies...'
|
||||
yarn
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user