prometheus/web/ui/package.json
Augustin Husson 5c42b04af7 move to npm workspace
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
2021-09-10 15:38:20 +02:00

14 lines
245 B
JSON

{
"name": "prometheus",
"private": true,
"scripts": {
"lint": "npm run lint --workspaces",
"start": "npm run start -w react-app",
"test": "npm run test --workspaces"
},
"workspaces": [
"react-app",
"module/*"
]
}