chore: Update environment variables in develop.deploy-functions.yml

This commit is contained in:
Josh Furie
2024-07-19 23:17:09 -07:00
parent 04a5633ad9
commit 813cc62b0a
2 changed files with 10 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
},
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"build": "echo $SHOPIFY_STORE_DOMAIN && next build",
"start": "next start",
"lint": "next lint",
"lint-staged": "lint-staged",