perf: ci
This commit is contained in:
@@ -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": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user