Skip to content

Commit 53c2c27

Browse files
committed
try build
1 parent 84a9cc3 commit 53c2c27

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/actions/install-all-build-libs/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ runs:
1919
# with:
2020
# python-version: '3.11'
2121

22-
- name: Install TypeScript
23-
run: yarn global add typescript
22+
# - name: Install TypeScript
23+
# shell: bash
24+
# run: yarn global add typescript
2425

2526
- name: Install dependencies for root package.js
27+
shell: bash
2628
run: yarn install --frozen-lockfile
2729

2830
# run: yarn install

0 commit comments

Comments
 (0)