Skip to content

Commit a50db42

Browse files
committed
fix release workflow
1 parent 6dddf02 commit a50db42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: yarn install --immutable
4747

4848
- name: Install tsx
49-
run: npm i -g tsx
49+
run: npm i -g tsx prettier eslint
5050

5151
- name: Build distribution
5252
run: yarn build

0 commit comments

Comments
 (0)