Skip to content

Commit

Permalink
Fix broken npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
xenosf committed Nov 7, 2024
1 parent c0a7f6f commit a33bd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"ci": "CI=true react-scripts test",
"ci": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit a33bd7e

Please sign in to comment.