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