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.
2 parents 2ecfcb4 + 3aa407d commit c1d188dCopy full SHA for c1d188d
example/package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"dev": "next dev",
7
"build": "next build",
8
- "build:ci": "NEXT_PUBLIC_UPLOADCARE_APP_BASE_URL=$DEPLOY_PRIME_URL NODE_ENV=production next build",
+ "build:ci": "NEXT_PUBLIC_UPLOADCARE_APP_BASE_URL=$URL NODE_ENV=production next build",
9
"start": "next start",
10
"lint": "next lint"
11
},
0 commit comments