Fix publish GH action (#20)

This commit is contained in:
Geometrically 2023-03-13 13:59:10 -07:00 committed by GitHub
parent 6aaf4ed9d9
commit ab28d0a9b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,10 @@ jobs:
node-version: 18.x node-version: 18.x
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/
- name: Install deps - name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache
- name: Build package
run: npm run build run: npm run build
- name: Publish package - name: Publish package