Skip to content

Commit e387e9b

Browse files
authored
Merge pull request #995 from nextcloud-libraries/chore/consistent-scripts
build: use consistent script names for npm
2 parents 9d07559 + 0019081 commit e387e9b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@
2828
"scripts": {
2929
"build": "vite --mode production build",
3030
"build:doc": "typedoc --out dist/doc lib/index.ts && touch dist/doc/.nojekyll",
31-
"dev": "vite --mode development build --watch",
31+
"dev": "vite --mode development build",
3232
"format": "prettier --check .",
3333
"format:fix": "prettier --write .",
3434
"lint": "eslint .",
3535
"lint:fix": "eslint --fix .",
3636
"test": "vitest run",
3737
"test:coverage": "vitest run --coverage",
38-
"test:watch": "vitest run --watch"
38+
"test:watch": "vitest run --watch",
39+
"watch": "npm run dev -- --watch"
3940
},
4041
"prettier": "@nextcloud/prettier-config",
4142
"dependencies": {

0 commit comments

Comments
 (0)