From 83804b0f6134476e292c68c8ea669aaa4acd46a8 Mon Sep 17 00:00:00 2001 From: Tinh Le Duc Date: Mon, 16 Oct 2023 18:06:07 +0700 Subject: [PATCH] Edit workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f553300..01bdf38 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - name: Install dependencies and build 🔧 - run: npm i && npm run build + run: yarn && yarn build:lib - name: Publish package on NPM 📦 run: npm publish env: