Skip to content

Commit

Permalink
build file fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
otabek-memphis committed Dec 3, 2023
1 parent 6691543 commit b4913b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ui_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
cd ui_src
npm run ci-build
- name: Build files directory
run: |
ls -la ./ui_static_files/build/
- name: Commit Changes
run: |
git config --global user.name 'teammemphis'
Expand Down
2 changes: 1 addition & 1 deletion ui_src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"start": "PORT=5555 react-scripts start",
"oss": "REACT_APP_CLOUD=false PORT=5556 react-scripts start",
"build": "GENERATE_SOURCEMAP=false BUILD_PATH='./../ui_static_files/build' react-scripts --openssl-legacy-provider build",
"ci-build": "CI=false GENERATE_SOURCEMAP=false BUILD_PATH='./../ui_static_files/build' react-scripts --openssl-legacy-provider build",
"ci-build": "CI=false GENERATE_SOURCEMAP=false BUILD_PATH='../ui_static_files/build' react-scripts --openssl-legacy-provider build",
"test": "jest",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit b4913b3

Please sign in to comment.