We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b6eab commit 4e0c915Copy full SHA for 4e0c915
1 file changed
.github/actions/publish-website/action.yml
@@ -34,7 +34,9 @@ runs:
34
shell: bash
35
- name: Build Demo Dashboard
36
working-directory: ./webui/scripts/dashboard-demo
37
- run: node ci.ts
+ run: |
38
+ npm install --save-dev ts-node typescript
39
+ npx ts-node --esm ci.ts
40
41
- name: Stop Mokapi
42
if: always()
0 commit comments