diff --git a/taxonomy-editor-frontend/package.json b/taxonomy-editor-frontend/package.json index 6ee9a319..0996ee7b 100644 --- a/taxonomy-editor-frontend/package.json +++ b/taxonomy-editor-frontend/package.json @@ -23,7 +23,7 @@ }, "scripts": { "start": "GENERATE_SOURCEMAP=false craco start", - "build": "craco build", + "build": "NODE_ENV=production craco build", "test": "craco test", "prepare": "cd .. && husky install taxonomy-editor-frontend/.husky", "lint": "prettier --write .",