From 1d68b89e30975042339849273750c1d5b84aaa7c Mon Sep 17 00:00:00 2001 From: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Tue, 21 Feb 2023 22:42:44 +0000 Subject: [PATCH] fixes publish action --- .github/workflows/publish.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 95a6e5e..d451deb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: 'CI' +name: 'Publish to NPM' on: push: branches: @@ -19,15 +19,10 @@ jobs: with: cmd: install --frozen-lockfile - - name: prettier lint + - name: yarn build uses: borales/actions-yarn@v4 with: - cmd: lint - - - name: svelte check - uses: borales/actions-yarn@v4 - with: - cmd: check + cmd: build --frozen-lockfile - uses: JS-DevTools/npm-publish@v1 with: