Skip to content

Commit

Permalink
Disable eslint during production build
Browse files Browse the repository at this point in the history
  • Loading branch information
asynts committed Oct 11, 2022
1 parent 8363007 commit 45a6851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@local/music-discovery",
"version": "0.6.2",
"version": "0.6.3",
"private": true,
"dependencies": {
"oauth4webapi": "^1.2.0",
Expand All @@ -12,7 +12,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
"build": "DISABLE_ESLINT_PLUGIN=true react-scripts build"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 45a6851

Please sign in to comment.