diff --git a/package.json b/package.json index 0d52531..1c706ab 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ }, "scripts": { "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" }, "eslintConfig": {