Skip to content

Commit

Permalink
ci: build add missing types + update firebase deploy folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdonado committed May 4, 2024
1 parent f5f3c68 commit ffe3deb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hosting": {
"public": "build",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
"react-highlight-words": "^0.20.0"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-highlight-words": "^0.16.7",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
Expand Down

0 comments on commit ffe3deb

Please sign in to comment.