We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc3dff commit 65e561aCopy full SHA for 65e561a
1 file changed
.github/workflows/deploy.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Build TypeScript (engine + runtime)
33
run: npm run build
34
35
+ - name: Install dashboard dependencies
36
+ run: cd src/cli/dashboard && npm ci
37
+
38
- name: Build dashboard
39
run: npm run dashboard:build
40
0 commit comments