Skip to content

Commit

Permalink
Remove eject script, hopefully it will never be used
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Jul 9, 2021
1 parent 334068c commit 53fe2e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint --max-warnings 0 src/**/*.js",
"eject": "react-scripts eject",
"lint": "eslint --max-warnings 0 src/*.js src/**/*.js",
"prettier": "prettier --write src/*.js src/**/*.js",
"check-formatting": "prettier -c src/*.js src/**/*.js"
},
Expand Down

0 comments on commit 53fe2e9

Please sign in to comment.