add workflow to publish to npm

This commit is contained in:
2023-11-15 17:10:22 +01:00
parent fd0aae5f0c
commit bdbc3ad673

View File

@@ -20,7 +20,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Build lib
run: pnpm run build
- name: Publish package on NPM 📦