Fix frontend start script (#2681)

Without this change none of the badges load.
This commit is contained in:
Paul Melnikow
2019-01-07 20:37:31 -05:00
committed by GitHub
parent b82d663a6d
commit a018bd8475

View File

@@ -102,7 +102,7 @@
"start:server": "cross-env NODE_CONFIG_ENV=development node server 8080",
"now-start": "node server",
"prestart": "run-s --silent depcheck defs features",
"start": "concurrently --names server,frontend \"npm run start:server\" \"cross-env BASE_URL=http://[::]:8080 BABEL_ENV=dev-prod next dev\"",
"start": "concurrently --names server,frontend \"npm run start:server\" \"cross-env BASE_URL=http://localhost:8080 BABEL_ENV=dev-prod next dev\"",
"refactoring-report": "node scripts/refactoring-cli.js"
},
"lint-staged": {