mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
parent
f7d408e2da
commit
a8dd49aa4c
@ -48,6 +48,9 @@ export URL_PREFIX=/
|
||||
# test console
|
||||
npm run dev &
|
||||
# wait for console to build
|
||||
sleep 60
|
||||
while [ ! -f ./webpack-assets.json ]
|
||||
do
|
||||
sleep 2
|
||||
done
|
||||
# run console tests
|
||||
npm run test
|
||||
|
Loading…
Reference in New Issue
Block a user