Skip to content

Commit

Permalink
ci: fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Feb 1, 2024
1 parent 653bd13 commit 5d0f2a8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,17 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.pnpm-store
key: npm-cache-${{ matrix.os }}-node@20
key: npm-cache-ubuntu-latest-node@20

- uses: pnpm/action-setup@v2

- name: 'Install dependencies'
run: |
npm install -g corepack
corepack enable
pnpm install
run: pnpm install

- name: Build TypeScript
run: |
pnpm build
rm ./packages/**/tsconfig.project.tsbuildinfo
rm ./packages/**/*.tsbuildinfo
- name: Lerna publish
run: |
Expand Down

0 comments on commit 5d0f2a8

Please sign in to comment.