chore: minor improvements

This commit is contained in:
Liyas Thomas
2022-10-06 21:21:24 +05:30
parent 568c05b4b0
commit cbf6d23c24
4 changed files with 9 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
},
"hosting": {
"predeploy": [
"cd packages/hoppscotch-app && mv .env.example .env && cd ../.. && npm install -g pnpm && pnpm i && pnpm run generate"
"mv packages/hoppscotch-app/.env.example packages/hoppscotch-app/.env && npm install -g pnpm && pnpm i && pnpm run generate"
],
"public": "packages/hoppscotch-app/dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],