From 261d63f68350a338f8dc4fb9e67d89f45943c266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Sat, 25 May 2024 13:42:21 +0800 Subject: [PATCH] chore: add dev script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fecdae7..063fc42 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "packageManager": "pnpm@9.0.5", "type": "module", "scripts": { + "dev": "pnpm -C packages/jsx-explorer run dev", "build": "pnpm run -r build", "test": "vitest", "lint": "eslint --cache .",