From 9ec61354a0572aa86b58c696f1fc23f2d5fe5e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= <41128238+raphckrman@users.noreply.github.com> Date: Sun, 24 Mar 2024 23:55:29 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f33b8b..43576ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,7 @@ jobs: node-version: 20 registry-url: https://registry.npmjs.org - name: publish - run: npm publish --access public + - run: npm install && npm run build + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NODE_TOKEN}}