From 0d73314b7f664689e4639d84f826cd9fe7200a39 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 16 May 2022 02:46:02 +0800 Subject: [PATCH] chore: update workflows config. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 204a126..52f85a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Build & Deploy +name: CI on: push: branches: @@ -17,6 +17,7 @@ jobs: node-version: 14 - run: npm install + - run: npm install --workspaces - run: npm run lib:build - run: npm run hook:build