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 985e1d8 commit fcf4b02Copy full SHA for fcf4b02
.github/workflows/build.yml
@@ -92,6 +92,7 @@ jobs:
92
- name: Compile client
93
shell: bash
94
run: |
95
+ npm install -g typescript
96
cd client
97
npm ci
98
npm run build
0 commit comments