We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf609b6 commit 6fb8df6Copy full SHA for 6fb8df6
vercel.json
@@ -1,4 +1,6 @@
1
{
2
+ "$schema": "https://openapi.vercel.sh/vercel.json",
3
+ "buildCommand": "sh vercel.sh",
4
"headers": [
5
6
"source": "/(.*)",
verce.sh vercel.shverce.sh renamed to vercel.sh
@@ -1,7 +1,7 @@
#!/bin/bash
if [[ $VERCEL_ENV == "production" ]] ; then
- npm run build
+ yarn run build
else
- npm run build:preview
+ yarn run build:preview
7
fi
0 commit comments