We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd1a3e3 + 6e36eef commit aafdaf8Copy full SHA for aafdaf8
.github/workflows/deploy.yml
@@ -26,8 +26,10 @@ jobs:
26
echo '{ "homepage": "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}" }' >> package.json
27
npm install
28
npm install react@18 react-dom@18
29
+
30
npm install --save-dev typescript @types/react @types/react-dom @types/node @babel/plugin-proposal-private-property-in-object
31
32
33
- name: Type check
34
run: |
35
cd frontend
0 commit comments