Skip to content

Commit 4e0c915

Browse files
committed
fix ts run
1 parent 07b6eab commit 4e0c915

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ runs:
3434
shell: bash
3535
- name: Build Demo Dashboard
3636
working-directory: ./webui/scripts/dashboard-demo
37-
run: node ci.ts
37+
run: |
38+
npm install --save-dev ts-node typescript
39+
npx ts-node --esm ci.ts
3840
shell: bash
3941
- name: Stop Mokapi
4042
if: always()

0 commit comments

Comments
 (0)