From 17e12d8f38732deccc23bd072571ed6ae76b3bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E9=98=B3=E5=B1=B1=C2=80?= <1964005690@qq.com> Date: Tue, 22 Feb 2022 14:31:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0dev=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=E7=9B=91=E5=90=AC=E6=BA=90=E6=96=87=E4=BB=B6=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E6=9C=89=E6=94=B9=E5=8A=A8=EF=BC=8C=E5=A6=82=E6=9E=9C?= =?UTF-8?q?=E6=9C=89=E6=94=B9=E5=8A=A8=EF=BC=8C=E9=87=8D=E6=96=B0=E6=89=93?= =?UTF-8?q?=E5=8C=85=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7e6a059..d2826ea 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "lib/mini-vue.cjs.js", "module": "lib/mini-vue.esm.js", "scripts": { + "dev": "rollup -c -w", "build": "rollup -c", "build:type": "tsc -p ./tsconfig.type.json", "test": "jest --no-cache"