From 09aa818d6427d13a601fc114d1ad8d082cea31e1 Mon Sep 17 00:00:00 2001 From: Wesley Baldwin <74224353+Legonois@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:33:36 -0500 Subject: [PATCH] fixed npm run watch to npm run dev --- contributing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/README.md b/contributing/README.md index 0743523..0c29806 100644 --- a/contributing/README.md +++ b/contributing/README.md @@ -37,7 +37,7 @@ npm run build This will install the dependencies and build the frontend so you can then embed it into the Go app. Although, if you want to play with it, you'll get bored of building it after every change you do. So, you can run the command below to watch for changes: ```bash -npm run watch +npm run dev ``` ### Backend