From 302b8be325366eb76d02f8d571211ed97c5f1ba7 Mon Sep 17 00:00:00 2001 From: Dmitry Paskhin Date: Mon, 28 Nov 2022 12:22:43 +0500 Subject: [PATCH] fix(actions): Fix commands --- .github/workflows/publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3606a60..87e9318 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,6 +21,12 @@ jobs: with: registry-url: 'https://registry.npmjs.org' + - name: Install modules + run: npm ci + + - name: Build + run: npm run build:lib + - name: Publish run: npm publish --workspaces env: