Skip to content

Commit

Permalink
perf: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
liyasthomas committed Sep 10, 2021
1 parent 85889c2 commit 05a07dc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@
},
"hosting": {
"predeploy": [
"cd packages/hoppscotch-app",
"mv .env.example .env",
"npm i pnpm",
"pnpm ci",
"pnpm run generate"
"cd packages/hoppscotch-app && mv .env.example .env && npm install -g pnpm && pnpm i && pnpm run generate"
],
"public": "dist",
"public": "packages/hoppscotch-app/dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
Expand Down

0 comments on commit 05a07dc

Please sign in to comment.