From 3c6e107ab715fb2177aa9e3f7218a5f7e067f47e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 7 May 2025 10:04:15 +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 1f00ca9a2..a2d19bfae 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "build:doc": "npm run dev && npm run doc", "build": "vite --mode production build", "dev": "vite --mode development build", - "dev:watch": "vite --mode development build --watch", + "watch": "vite --mode development build --watch", "doc": "typedoc --tsconfig tsconfig-typedoc.json --highlightLanguages vue --plugin typedoc-plugin-missing-exports --out dist/doc dist/index.d.ts dist/filepicker.d.ts && touch dist/doc/.nojekyll", "prerelease:format-changelog": "node build/format-changelog.mjs", "lint": "eslint lib/",