chore(debug): envs in api functions
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"prebuild": "npm run lint",
|
||||
"prebuild": "npm run update-dotenv && npm run lint",
|
||||
"build": "next build",
|
||||
"predev": "rm -rf .next",
|
||||
"dev": "PORT=3000 NEXT_PUBLIC_PORT=3000 next dev",
|
||||
@@ -19,7 +19,8 @@
|
||||
"test:e2e": "start-server-and-test test:setup http://127.0.0.1:3000/en/test \"cypress open --e2e\"",
|
||||
"test:e2e:headless": "start-server-and-test test:setup http://127.0.0.1:3000/en/test \"cypress run --e2e\"",
|
||||
"test:setup": "npm run build && npm run start",
|
||||
"preinstall": "export $(cat .env.local | grep -v '^#' | xargs)"
|
||||
"preinstall": "export $(cat .env.local | grep -v '^#' | xargs)",
|
||||
"update-dotenv": "node update-dotenv.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@contentstack/live-preview-utils": "^1.4.0",
|
||||
|
||||
Reference in New Issue
Block a user