Skip to content

Commit

Permalink
Workaround: estä create-react-app:in konsolin tyhjennys;
Browse files Browse the repository at this point in the history
Tähän ei ole oikein muuta keinoa, ks. facebook/create-react-app#2495 .
  • Loading branch information
AleksiAhtiainen committed Oct 21, 2024
1 parent 0480594 commit b4bd1ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omadata-oauth2-sample/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
},
"proxy": "http://localhost:7051",
"scripts": {
"start": "react-scripts start",
"start": "FORCE_COLOR=true npm run start-react-scripts | cat",
"start-react-scripts": "react-scripts start",
"start-server": "npm run --prefix ../server start",
"start-with-server": "npm-run-all --parallel start-server start",
"start-with-server-and-luovutuspalvelu": "npm-run-all --parallel start-luovutuspalvelu start-server start",
Expand Down

0 comments on commit b4bd1ce

Please sign in to comment.