Skip to content

Commit

Permalink
set required APP_ID env for gnosis dex (as explained https://github.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio authored Aug 4, 2020
1 parent 54abc8b commit fcb1100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/e2e.gnosis.dex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo "Running gnosis/dex-react: build "
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"

npm run build
APP_ID=1 npm run build

# Test
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo "Running gnosis/dex-react: test "
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"

npm test
APP_ID=1 npm test

0 comments on commit fcb1100

Please sign in to comment.