diff --git a/package.json b/package.json index 919e1ec..d96de47 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,6 @@ "dev": "next dev", "build": "next build", "start": "next start", - "export": "npm run build && next export", "analyze": "ANALYZE=true npm run build", "typecheck": "tsc --noEmit", "lint": "eslint --color --cache --cache-location 'node_modules/.cache/eslint/.eslint-cache' 'pages/**/*.{js,jsx,ts,tsx}' 'features/**/*.{js,jsx,ts,tsx}'",