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 2ecfcb4 commit 3aa407dCopy full SHA for 3aa407d
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