From 89bfbd0492bc4e3afef264283ef1386f27b1a6a4 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sun, 15 Oct 2023 12:27:27 +0800 Subject: [PATCH] ci: update github action --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 99c095e23..920a6192e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "private": false, "version": "0.4.0-alpha.1", + "workspaces": [ + "packages/*" + ], "scripts": { "postinstall": "npm run build", "dev": "vite-node ./scripts/dev.ts",