Skip to content

Commit f4650c0

Browse files
authored
adding cross-env (#108)
1 parent bd40010 commit f4650c0

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

package-lock.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Edge Orchestrator User Interface",
55
"main": "index.js",
66
"scripts": {
7-
"start": "export ROOT=true; concurrently \"npm run app:admin\" \"npm run app:infra\" \"npm run app:cluster-orch\" \"npm run app:app-orch\" \"npm run app:root\"",
7+
"start": "cross-env ROOT=true; concurrently \"npm run app:admin\" \"npm run app:infra\" \"npm run app:cluster-orch\" \"npm run app:app-orch\" \"npm run app:root\"",
88
"app:admin": "cd apps/admin && webpack serve --config=config/webpack.dev.js",
99
"app:admin:build": "cd apps/admin && webpack --config=config/webpack.prod.js",
1010
"app:admin:lint": "cd apps/admin && prettier --check ./src && eslint ./src",
@@ -56,6 +56,7 @@
5656
"@types/react-transition-group": "^4.4.12",
5757
"concurrently": "^9.1.2",
5858
"copy-webpack-plugin": "^12.0.2",
59+
"cross-env": "^7.0.3",
5960
"css-loader": "^7.1.2",
6061
"cypress": "^13.17.0",
6162
"cypress-keycloak": "^2.0.2",
@@ -130,4 +131,4 @@
130131
"react-transition-group": "^4.4.5",
131132
"redux": "^5.0.1"
132133
}
133-
}
134+
}

0 commit comments

Comments
 (0)