We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dev:watch
watch
1 parent d58d524 commit 3c6e107Copy full SHA for 3c6e107
1 file changed
package.json
@@ -16,7 +16,7 @@
16
"build:doc": "npm run dev && npm run doc",
17
"build": "vite --mode production build",
18
"dev": "vite --mode development build",
19
- "dev:watch": "vite --mode development build --watch",
+ "watch": "vite --mode development build --watch",
20
"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",
21
"prerelease:format-changelog": "node build/format-changelog.mjs",
22
"lint": "eslint lib/",
0 commit comments