Refactoring Webpack files to remove prod file. The prod file is now inferred from the NODE_ENV variable.
This commit is contained in:
parent
8c1e01566a
commit
f57c01dee8
6 changed files with 70 additions and 103 deletions
2
.github/workflows/continuous_integration.yml
vendored
2
.github/workflows/continuous_integration.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue