fixes publish action
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: 'CI'
|
name: 'Publish to NPM'
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -19,15 +19,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cmd: install --frozen-lockfile
|
cmd: install --frozen-lockfile
|
||||||
|
|
||||||
- name: prettier lint
|
- name: yarn build
|
||||||
uses: borales/actions-yarn@v4
|
uses: borales/actions-yarn@v4
|
||||||
with:
|
with:
|
||||||
cmd: lint
|
cmd: build --frozen-lockfile
|
||||||
|
|
||||||
- name: svelte check
|
|
||||||
uses: borales/actions-yarn@v4
|
|
||||||
with:
|
|
||||||
cmd: check
|
|
||||||
|
|
||||||
- uses: JS-DevTools/npm-publish@v1
|
- uses: JS-DevTools/npm-publish@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user