From 95e77bbd6ad64087c6f8faa956fd043c04434392 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Wed, 6 Jul 2022 17:59:48 +0800 Subject: [PATCH] chore: update workflows config. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e560bff..d301d5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: with: node-version: 16 + - run: npm install - run: npm run build - run: mkdir -p dist dist/example - run: cp -rp example dist/example