Skip to content

Commit 3c6e107

Browse files
authored
chore: move from dev:watch back to watch
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 parent d58d524 commit 3c6e107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build:doc": "npm run dev && npm run doc",
1717
"build": "vite --mode production build",
1818
"dev": "vite --mode development build",
19-
"dev:watch": "vite --mode development build --watch",
19+
"watch": "vite --mode development build --watch",
2020
"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",
2121
"prerelease:format-changelog": "node build/format-changelog.mjs",
2222
"lint": "eslint lib/",

0 commit comments

Comments
 (0)