This commit is contained in:
liyasthomas
2021-09-10 13:05:31 +05:30
parent 85889c2cb9
commit 05a07dc4a1

View File

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