]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: fix command
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 5 Jan 2021 13:36:48 +0000 (14:36 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 5 Jan 2021 13:36:48 +0000 (14:36 +0100)
package.json

index c06eba31ae38bcc6e7aa44e65a63cad119486714..3e80b87c4cdd1fc540e83bd4cc9907da17beb38d 100644 (file)
@@ -23,7 +23,7 @@
     "test:dts": "tsc -p ./test-dts/tsconfig.json",
     "test:types": "tsc --build tsconfig.json",
     "test:unit": "jest --coverage",
-    "dev": "yarn run unit --watchAll",
+    "dev": "yarn run test:unit --watchAll",
     "pretest": "yarn run lint",
     "test": "yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn test:dts"
   },