From 54c30b0c404f46ab4588b3ff3a21eb9b49cc1845 Mon Sep 17 00:00:00 2001
From: Joao Silva <100691367+JoaoSilvaGrafana@users.noreply.github.com>
Date: Fri, 31 Mar 2023 18:05:27 +0200
Subject: [PATCH] Build: Remove start:hot from package.json (#65718)
---
package.json | 1 -
public/views/index-template.html | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/package.json b/package.json
index b319ce93e6d..4b7f3ca6efc 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,6 @@
"prettier:write": "prettier --list-different \"**/*.{js,ts,tsx,scss,md,mdx}\" --write",
"start": "yarn themes:generate && yarn dev --watch",
"start:noTsCheck": "yarn start --env noTsCheck=1",
- "start:hot": "yarn themes:generate && NODE_ENV=hot yarn dev --config scripts/webpack/webpack.hot.js",
"stats": "webpack --mode production --config scripts/webpack/webpack.prod.js --profile --json > compilation-stats.json",
"storybook": "yarn workspace @grafana/ui storybook --ci",
"storybook:build": "yarn workspace @grafana/ui storybook:build",
diff --git a/public/views/index-template.html b/public/views/index-template.html
index 79798877e97..90b5914df84 100644
--- a/public/views/index-template.html
+++ b/public/views/index-template.html
@@ -188,8 +188,7 @@
2. If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath. If not
using a reverse proxy make sure to set serve_from_sub_path to true.
- 3. If you have a local dev build make sure you build frontend using: yarn start, yarn start:hot, or yarn
- build
+ 3. If you have a local dev build make sure you build frontend using: yarn start, or yarn build
4. Sometimes restarting grafana-server can help