fixes publish action

This commit is contained in:
Ollie Taylor
2023-02-21 22:42:44 +00:00
parent de95c8581b
commit 1d68b89e30
+3 -8
View File
@@ -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: