mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
27aec91914
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
17 lines
398 B
JSON
17 lines
398 B
JSON
{
|
|
"name": "prometheus",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bash build_ui.sh --all",
|
|
"build:module": "bash build_ui.sh --build-module",
|
|
"start": "npm run start -w react-app",
|
|
"test": "npm run test --workspaces",
|
|
"test:coverage": "npm run test:coverage --workspaces",
|
|
"lint": "npm run lint --workspaces"
|
|
},
|
|
"workspaces": [
|
|
"react-app",
|
|
"module/*"
|
|
]
|
|
}
|