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 .",