From: Eduardo San Martin Morote Date: Thu, 31 Jul 2025 16:30:54 +0000 (+0200) Subject: chore: remove build X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Ffeat%2Fnew-matcher;p=thirdparty%2Fvuejs%2Frouter.git chore: remove build --- diff --git a/packages/experiments-playground/package.json b/packages/experiments-playground/package.json index 945a5f52..4945a0f4 100644 --- a/packages/experiments-playground/package.json +++ b/packages/experiments-playground/package.json @@ -5,7 +5,6 @@ "type": "module", "scripts": { "dev": "vite", - "build": "run-p type-check \"build-only {@}\" --", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --build"