ci: replace Yarn with npm

This commit is contained in:
metonym 2024-08-19 17:08:46 -07:00
commit 2b11a8c6a0
2 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
- name: Build
run: |
npm install --force
npm install
npm run build:docs & npm run build:lib
- name: Publish package (stable)
if: ${{ ! contains(github.ref, '-next') }}