Skip to content

Commit fb12472

Browse files
committed
fix ts run
1 parent 4e0c915 commit fb12472

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/publish-website/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ runs:
3535
- name: Build Demo Dashboard
3636
working-directory: ./webui/scripts/dashboard-demo
3737
run: |
38-
npm install --save-dev ts-node typescript
39-
npx ts-node --esm ci.ts
38+
npm install
39+
npx ci.ts
4040
shell: bash
4141
- name: Stop Mokapi
4242
if: always()

0 commit comments

Comments
 (0)