Skip to content

Commit

Permalink
try build
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-zalenski committed Oct 27, 2024
1 parent 84a9cc3 commit 53c2c27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/install-all-build-libs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ runs:
# with:
# python-version: '3.11'

- name: Install TypeScript
run: yarn global add typescript
# - name: Install TypeScript
# shell: bash
# run: yarn global add typescript

- name: Install dependencies for root package.js
shell: bash
run: yarn install --frozen-lockfile

# run: yarn install

0 comments on commit 53c2c27

Please sign in to comment.