]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: script name
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 1 Aug 2021 22:25:30 +0000 (00:25 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 1 Aug 2021 22:25:30 +0000 (00:25 +0200)
package.json

index 4b4cfa0e264fb1f04cdb314863f94493e62cd5a7..a1c48969e940e48cb7bad721ad9897391b5d5b71 100644 (file)
@@ -35,7 +35,7 @@
     "test:types": "tsc --build tsconfig.json",
     "test:unit": "jest --coverage",
     "dev": "yarn run test:unit --watchAll",
-    "playground": "yarn vite",
+    "play": "yarn vite",
     "pretest": "yarn run lint",
     "test": "yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn test:dts"
   },