diff --git a/status-page/package.json b/status-page/package.json index fa72e146ad..f3eae0dbe1 100755 --- a/status-page/package.json +++ b/status-page/package.json @@ -45,7 +45,7 @@ "scripts": { "start": "node index.js", "build": "react-scripts build", - "dev": "set PORT=3006 && react-scripts start", + "dev": "export PORT=3006 && react-scripts start", "test": "mocha --exit ./src/test/statusPage.test.js", "eject": "react-scripts eject", "snapshots": "cross-env CI=true react-scripts test --env=jsdom --coverage --coverage",