mirror of
https://github.com/ershisan99/bundlers-demo.git
synced 2025-12-16 20:49:27 +00:00
add workflow to publish to npm
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -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 📦
|
||||
|
||||
Reference in New Issue
Block a user