Skip to content

Commit

Permalink
fix: e2e ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmartineau committed Apr 2, 2024
1 parent a9f91a7 commit bc3e99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ echo "Build the client"
npm run build:front-server


concurrently "serve $GITM_FILE_DIRECTORY -p 3005" "node server/server.js" "next start"
concurrently "serve $GITM_FILE_DIRECTORY -p 3005" "node server/server.js" "next start" &

0 comments on commit bc3e99a

Please sign in to comment.