Skip to content

Commit

Permalink
Workaround to see warning when starting
Browse files Browse the repository at this point in the history
  • Loading branch information
ivnsch committed Aug 16, 2022
1 parent a5bb91f commit af77b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"workbox-webpack-plugin": "5.1.4"
},
"scripts": {
"start": "react-app-rewired start",
"start": "rm -R ./node_modules/.cache && react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
Expand Down

0 comments on commit af77b2d

Please sign in to comment.