Skip to content

Commit

Permalink
Try to fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonVitulskyi committed May 14, 2024
1 parent 01fa0d8 commit 519e87c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "CI=false && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint:js": "eslint src/**/*.{js,jsx}"
Expand Down

0 comments on commit 519e87c

Please sign in to comment.