From 2357a71eb43557d01a1e588ee0be70436c50705a Mon Sep 17 00:00:00 2001 From: Ziggy Jonsson Date: Sat, 8 Jun 2024 16:27:09 -0400 Subject: [PATCH] Fix deploy script --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f997aeb..9457757 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,9 @@ jobs: with: node-version: '18.x' registry-url: 'https://registry.npmjs.org' + - run: npm install - run: npm test + - run: npx eslint . - name: Publish package on NPM 📦 run: npm publish env: