Refactoring Webpack files to remove prod file. The prod file is now inferred from the NODE_ENV variable.

This commit is contained in:
David Négrier 2021-05-12 11:05:49 +02:00
parent 8c1e01566a
commit f57c01dee8
6 changed files with 70 additions and 103 deletions

View file

@ -49,7 +49,7 @@ jobs:
- name: "Build"
run: yarn run build
env:
API_URL: "localhost:8080"
PUSHER_URL: "//localhost:8080"
working-directory: "front"
- name: "Lint"