diff --git a/package.json b/package.json index 36bed4b0..b5243eb2 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "lint:fix": "npm run lint:css:fix && npm run lint:js:fix", "lint:css:fix": "npm run lint:css -- --fix", "lint:js:fix": "npm run lint:js -- --fix", - "start": "react-scripts start", + "start": "DISABLE_ESLINT_PLUGIN=true react-scripts start", "serve:build": "serve ./build", - "build": "react-scripts build && node scripts/replace-version.js", + "build": "DISABLE_ESLINT_PLUGIN=true react-scripts build && node scripts/replace-version.js", "build:dist": "npm run build && node scripts/create-dist-file.js", "test": "node scripts/test.js --env=jsdom --colors --verbose", "test:coverage": "npm run test -- --coverage --coverageReporters=text --coverageReporters=text-summary",