Fix frontend start script (#2681)
Without this change none of the badges load.
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user