Skip to content

Commit

Permalink
update: github actions config x3
Browse files Browse the repository at this point in the history
  • Loading branch information
BANKA2017 committed Nov 20, 2024
1 parent e6a5cd5 commit 8edd90f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Yarn install
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- name: Yarn build
run: |
yarn install
yarn run rebuild
mkdir npm && mv dist LICENSE README.md package.json npm && mv npm/dist/esm/index.browser.d.ts npm/dist/esm/translator.mod.d.ts
- name: Deploy
Expand Down

0 comments on commit 8edd90f

Please sign in to comment.