From 1c407633354ebe0b3153afc1f069401e45341f6a Mon Sep 17 00:00:00 2001 From: Kosty Maleyev Date: Mon, 30 Dec 2024 09:11:41 -0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 98a7afcf..3dc36f7d 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,9 @@ The [user feedback widget](https://docs.sentry.io/platforms/javascript/user-feed # Local Setup / Development +> **Warning** +> Don't try take shortcuts and run these with `npm run` etc, please use the build system (`deploy.sh`) that's documented in detail below. + ## Setup 1. Copy `local.env` from [empower-config](https://github.com/sentry-demos/empower-config) into `env-config` directory of your local repo, or, if you don't have access to it, follow `env-config/example.env`.