diff --git a/frontend/package.json b/frontend/package.json index 2d909fd5..af437a6d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,8 +14,8 @@ "codegen:watch": "cross-env NODE_OPTIONS=\"--dns-result-order ipv4first\" DOTENV_CONFIG_PATH=./.env.development graphql-codegen -r dotenv/config --config codegen/config.ts --watch", "codegen:download-strapi-schema": "cross-env NODE_OPTIONS=\"--dns-result-order ipv4first\" DOTENV_CONFIG_PATH=./.env.development graphql-codegen -r dotenv/config --config codegen/strapi-schema-config.ts", "codegen:download-shopify-storefront-schema": "NODE_OPTIONS=\"--dns-result-order ipv4first\" node ./lib/shopify-storefront-sdk/generate-schema.js", - "build": "next build", - "start": "next start", + "build": "NODE_OPTIONS=\"--dns-result-order ipv4first\" next build", + "start": "NODE_OPTIONS=\"--dns-result-order ipv4first\" next start", "type-check": "tsc --pretty --noEmit", "format": "prettier --write .", "lint": "eslint . --ext ts --ext tsx --ext js",