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