Skip to content

Commit

Permalink
ci: fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
yamcodes committed Mar 30, 2024
1 parent 11f139f commit da67fe5
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.41.0",
"firebase-tools": "^13.6.0",
"vite": "^5.0.0"
}
}
1 change: 1 addition & 0 deletions apps/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@/*": ["./src/*"]
}
},
"outDir": "dist",
"extends": "tsconfig/react.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules"],
Expand Down
79 changes: 78 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da67fe5

Please sign in to comment.