Skip to content

Commit

Permalink
https://github.com/facebook/create-react-app/issues/11762
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhyhunou committed Aug 9, 2023
1 parent fe5f973 commit fd2f04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"react-router-dom": "^6.1.0"
},
"scripts": {
"start": "cross-env CI=true PORT=3010 REACT_APP_SRC=back react-scripts start",
"start:fake": "cross-env CI=true PORT=3010 REACT_APP_SRC=fake react-scripts start",
"start": "cross-env CI=true DANGEROUSLY_DISABLE_HOST_CHECK=true PORT=3010 REACT_APP_SRC=back react-scripts start",
"start:fake": "cross-env CI=true DANGEROUSLY_DISABLE_HOST_CHECK=true PORT=3010 REACT_APP_SRC=fake react-scripts start",
"build": "cross-env BUILD_PATH=../target/classes/static REACT_APP_SRC=back react-scripts build && rimraf ../target/classes/static/static/origin",
"build:fake": "cross-env BUILD_PATH=../target/classes/static REACT_APP_SRC=fake react-scripts build && BUILD_PATH=../docs REACT_APP_SRC=fake REACT_APP_BASE=/vzh-cms react-scripts build",
"test": "cross-env CI=true REACT_APP_SRC=back react-scripts test",
Expand Down

0 comments on commit fd2f04f

Please sign in to comment.