Skip to content

Commit c91e0b5

Browse files
authored
Merge pull request #859 from nextcloud-libraries/skjnldsv-patch-1
2 parents 0e85b38 + be8f62b commit c91e0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build:doc": "typedoc",
1919
"check-types": "tsc --noEmit",
2020
"dev": "vite --mode development build",
21-
"dev:watch": "vite --mode development build --watch",
21+
"watch": "vite --mode development build --watch",
2222
"lint": "eslint lib",
2323
"lint:fix": "eslint lib --fix",
2424
"test": "vitest run",

0 commit comments

Comments
 (0)