mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
add npm run build
before npm run start
, so a build failure gives a cleaner error to circleci
This commit is contained in:
@ -49,6 +49,7 @@ commands:
|
||||
name: Run react app and mvn verify
|
||||
command: |
|
||||
echo "HTTPS=true" >> ./.env
|
||||
npm run build
|
||||
export REACT_APP_PROXY_LOCALHOST_PORT=8001; export PORT=3001; npm run start &
|
||||
dockerize -wait tcp://localhost:3001 -timeout 3m
|
||||
export QQQ_SELENIUM_HEADLESS=true; mvn verify
|
||||
|
Reference in New Issue
Block a user