🔧 (package.json): Update REACT_APP_API_URL in build script to point to the new API endpoint
All checks were successful
Creates a docker image for production / Build the docker image (push) Successful in 54s
All checks were successful
Creates a docker image for production / Build the docker image (push) Successful in 54s
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node scripts/start.js",
|
"start": "node scripts/start.js",
|
||||||
"build": "REACT_APP_API_URL=https://minesapi.makecodes.dev node scripts/build.js",
|
"build": "REACT_APP_API_URL=https://api.mines.makecodes.dev node scripts/build.js",
|
||||||
"test": "node scripts/test.js"
|
"test": "node scripts/test.js"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
|
|||||||
Reference in New Issue
Block a user