From 0e1f362ebe5e1a3ed0ddc71ef5e2da38f8916edf Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Tue, 28 Jun 2022 22:12:09 +0200 Subject: [PATCH] fix workflow --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ba01ee6..da9e2ea 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,6 +13,10 @@ jobs: with: node-version: 16 registry-url: https://registry.npmjs.org/ + - name: Install dependencies + run: npm ci + - name: Build + run: npm run build - name: Publish to npmjs run: npm publish --tag latest --access public env: