From d58e55ed2f25151a218bed4be9cb6de2f3fc80d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 7 May 2025 10:04:19 +0200 Subject: [PATCH] chore: move from `dev:watch` back to `watch` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9c0c01..c8b14de 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "build": "vite --mode production build", "build:doc": "typedoc --out dist/doc lib/index.ts lib/publicShare.ts && touch dist/doc/.nojekyll", "dev": "vite --mode development build", - "dev:watch": "vite --mode development build --watch", + "watch": "vite --mode development build --watch", "format": "prettier --check .", "format:fix": "prettier --write .", "lint": "eslint lib *.ts",