Skip to content

Commit

Permalink
Use npm run build && npm start on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhudec committed May 23, 2024
1 parent c136fd5 commit 3bfbe86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ services:
# Required to test Data Hub roles in e2e tests, make sure this var
# doesn't exists in your .env file as the override below won't work
OAUTH2_DEV_TOKEN: ${OAUTH2_DEV_TOKEN:-ditStaffToken}
command: npm run develop

command: bash -c 'npm run build && npm start'
redis:
image: redis:6.2.6

0 comments on commit 3bfbe86

Please sign in to comment.