Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 7, 2023
1 parent 5a23b2d commit 3248eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
install: false
build: npm run build
start: |
npm start:api --port 3000
npm start:cra --port 3001
npm run start:api --port 3000
npm run start:cra --port 3001
env:
SKIP_PREFLIGHT_CHECK: true
REACT_APP_DOMAIN: your-tenant.auth0.com
Expand Down

0 comments on commit 3248eb2

Please sign in to comment.