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/",