We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ab24e commit d886d40Copy full SHA for d886d40
1 file changed
.github/workflows/care-hmis-deploy.yml
@@ -27,13 +27,13 @@ jobs:
27
28
- name: Update .env file
29
run: |
30
- echo "${{ vars.DEPLOYMENT_ENV_FILE }}" | base64 --decode > .env
+ echo "${{ vars.DEPLOYMENT_ENV_FILE }}" | base64 --decode > .env.production
31
32
- name: Install dependencies
33
run: npm install
34
35
- name: Build the React app
36
- run: npm run build
+ run: NODE_ENV=development npm run build
37
38
- name: Upload build artifact
39
id: upload-artifact
0 commit comments