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

View File

@@ -19,7 +19,10 @@ jobs:
node-version: 18.x
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
- name: Publish package