mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Make "npm run start" from web/ui start the new UI
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
f1e0939f2f
commit
0c9a2c95bf
|
@ -6,7 +6,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "bash build_ui.sh --all",
|
"build": "bash build_ui.sh --all",
|
||||||
"build:module": "bash build_ui.sh --build-module",
|
"build:module": "bash build_ui.sh --build-module",
|
||||||
"start": "npm run start -w app",
|
"start": "npm run start -w mantine-ui",
|
||||||
"test": "npm run test --workspaces",
|
"test": "npm run test --workspaces",
|
||||||
"lint": "npm run lint --workspaces"
|
"lint": "npm run lint --workspaces"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue