Skip to content

Commit aafdaf8

Browse files
authored
Merge branch 'main' into dev
2 parents fd1a3e3 + 6e36eef commit aafdaf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626
echo '{ "homepage": "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}" }' >> package.json
2727
npm install
2828
npm install react@18 react-dom@18
29+
2930
npm install --save-dev typescript @types/react @types/react-dom @types/node @babel/plugin-proposal-private-property-in-object
3031
32+
3133
- name: Type check
3234
run: |
3335
cd frontend

0 commit comments

Comments
 (0)