diff --git a/frontend/package.json b/frontend/package.json index a3d280f..ce31d24 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "koodihaaste22-frontend", - "version": "1.0.0", + "version": "1.0.1", "private": true, "dependencies": { "98.css": "^0.1.18", @@ -13,7 +13,7 @@ }, "scripts": { "start": "DEVELOPMENT=true REACT_APP_VERSION=$npm_package_version REACT_APP_BUILD_DATE=$(date) react-scripts start", - "build": "REACT_APP_VERSION=$npm_package_version REACT_APP_BUILD_DATE=$(date) react-scripts build", + "build": "REACT_APP_VERSION=$npm_package_version REACT_APP_BUILD_DATE=$(date) DISABLE_ESLINT_PLUGIN=true react-scripts build", "test": "REACT_APP_VERSION=$npm_package_version REACT_APP_BUILD_DATE=$(date) react-scripts test", "cypress": "cypress open", "test:all": "CI=true npm test && cypress run --headless",