Skip to content

Commit

Permalink
Disable eslint on build
Browse files Browse the repository at this point in the history
  • Loading branch information
samporapeli committed May 30, 2022
1 parent 2c5e5ed commit a51994b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koodihaaste22-frontend",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"dependencies": {
"98.css": "^0.1.18",
Expand All @@ -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",
Expand Down

0 comments on commit a51994b

Please sign in to comment.