mirror of
https://github.com/ershisan99/live-bundlers.git
synced 2025-12-17 05:09:27 +00:00
use yarn
This commit is contained in:
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@@ -18,11 +18,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'pnpm'
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --no-frozen-lockfile
|
run: yarn install --no-frozen-lockfile
|
||||||
- name: Build lib
|
- name: Build lib
|
||||||
run: pnpm run build
|
run: yarn run build
|
||||||
- uses: JS-DevTools/npm-publish@v3
|
- uses: JS-DevTools/npm-publish@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.NPM_PUBLISH_TOKEN }}
|
token: ${{ secrets.NPM_PUBLISH_TOKEN }}
|
||||||
|
|||||||
9707
pnpm-lock.yaml
generated
9707
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user