Skip to content

Commit

Permalink
Add flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nzws committed Apr 16, 2024
1 parent 70edb99 commit 260bc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"vercel-build": "yum install libuuid-devel libmount-devel && cp /lib64/{libuuid,libmount,libblkid}.so.1 ../../node_modules/canvas/build/Release/ && next build"
"vercel-build": "yum install -y libuuid-devel libmount-devel && cp /lib64/{libuuid,libmount,libblkid}.so.1 ../../node_modules/canvas/build/Release/ && next build"
},
"dependencies": {
"@aspida/fetch": "1.14.0",
Expand Down

0 comments on commit 260bc59

Please sign in to comment.