run lint + fix build output (#19)

* run lint + fix build output

* remove unused env var
This commit is contained in:
Geometrically
2023-03-13 13:28:30 -07:00
committed by GitHub
parent 1b81a1f4a6
commit 6aaf4ed9d9
14 changed files with 121 additions and 223 deletions

View File

@@ -18,7 +18,7 @@ jobs:
node-version: 18.x
- name: Get yarn cache
id: yarn-cache
run: echo "DIR=$(yarn cache dir)" >> $GITHUB_OUTPUT
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
with:
path: ${{ steps.yarn-cache.outputs.dir }}

View File

@@ -3,7 +3,7 @@ name: Publish Package
on:
push:
tags:
- "v*"
- 'v*'
jobs:
publish:
@@ -21,8 +21,6 @@ jobs:
- name: Install deps
run: npm run build
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
- name: Publish package
run: npm publish