Skip to content

Commit 701c5be

Browse files
committed
pnpm global
1 parent 57bcf0d commit 701c5be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/api/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": 2,
33
"buildCommand": "pnpm build:api",
4-
"installCommand": "npm i -g pnpm && cd ../.. && pnpm install",
4+
"installCommand": "npm i -g pnpm && pnpm install",
55
"framework": "nuxtjs"
66
}

apps/web/src/components/auth/HeaderAuth.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="text-center mb-8">
33
<div class="flex items-center justify-center gap-2 mb-4">
44
<div class="text-pink-500 text-2xl">
5-
<img alt="Payment4You logo" src="../../assets/logo.svg" class="h-16 w-16">
5+
<img alt="Payment4You" src="../../assets/logo.svg" class="h-16 w-16">
66
</div>
77
<h1 class="text-white text-2xl font-semibold">Payment4You</h1>
88
</div>

apps/web/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": 2,
33
"buildCommand": "pnpm build:web",
44
"outputDirectory": "dist",
5-
"installCommand": "npm i -g pnpm && cd ../.. && pnpm install",
5+
"installCommand": "npm i -g pnpm && pnpm install",
66
"framework": "vite",
77
"rewrites": [
88
{

0 commit comments

Comments
 (0)