Added a yarn install to bin/e2e (#12580)
This commit is contained in:
parent
6aac5ee04c
commit
632dc2c861
1 changed files with 2 additions and 1 deletions
3
bin/e2e
3
bin/e2e
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
printf "Doing a quick bundle check to make sure gems are all up to date.\n\n"
|
||||
bundle check
|
||||
bundle check # ensure gems are up to date
|
||||
yarn install # ensure npm packages are up to date
|
||||
|
||||
if [ $? -eq 1 ]; then
|
||||
echo "Unable to launch end to end tests. Ensure that all your gems are installed and up to date."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue