Skip to content

Commit

Permalink
fix: GitHub Actions flow
Browse files Browse the repository at this point in the history
  • Loading branch information
BANKA2017 committed Jun 24, 2024
1 parent ad8503b commit d3a8c4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: yarn install and build
run: |
yarn
corepack enable
yarn set version stable
yarn install
yarn run rebuild
mkdir npm && mv dist LICENSE README.md package.json lib npm && mv npm/dist/esm/index.browser.d.ts npm/dist/esm/translator.mod.d.ts
- name: Deploy
Expand Down

0 comments on commit d3a8c4d

Please sign in to comment.