Skip to content

Commit

Permalink
frontend: Renamed frontend:deploy to frontend:deploy:firebase. Added …
Browse files Browse the repository at this point in the history
…frontend:deploy:walrus command.
  • Loading branch information
kkomelin committed Jun 19, 2024
1 parent 19b39a2 commit 83dc1e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
"frontend:lint": "pnpm --filter frontend lint",
"frontend:preview": "pnpm --filter frontend preview",
"frontend:format": "pnpm --filter frontend format",
"frontend:deploy:init": "pnpm --filter frontend deploy:firebase:init",
"frontend:deploy": "pnpm --filter frontend deploy:firebase",
"frontend:deploy:firebase:init": "pnpm --filter frontend deploy:firebase:init",
"frontend:deploy:firebase": "pnpm --filter frontend deploy:firebase",
"frontend:deploy:walrus": "pnpm --filter frontend deploy:walrus",

"backend:build": "pnpm --filter backend build",
"backend:test": "pnpm --filter backend test",
Expand Down

0 comments on commit 83dc1e5

Please sign in to comment.