Skip to content

Commit c314e72

Browse files
committed
fix ts run
1 parent fb12472 commit c314e72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
working-directory: ./webui/scripts/dashboard-demo
3737
run: |
3838
npm install
39-
npx ci.ts
39+
node ci.ts
4040
shell: bash
4141
- name: Stop Mokapi
4242
if: always()

0 commit comments

Comments
 (0)