]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: build scripts
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 14 Jun 2022 10:23:48 +0000 (12:23 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 30 Jun 2022 07:59:00 +0000 (09:59 +0200)
packages/playground/package.json

index f04e2261d5c404caa0d83915f718fc1e4388dca5..240c0bc8226bfe2750b18e5df20e11a7b1f4c072 100644 (file)
@@ -4,7 +4,8 @@
   "version": "0.0.0",
   "scripts": {
     "dev": "vite",
-    "build": "vue-tsc --noEmit && vite build",
+    "build": "vite build",
+    "types": "vue-tsc --noEmit",
     "preview": "vite preview --port 4173"
   },
   "dependencies": {