Skip to content

Commit

Permalink
chore: fix react scripts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux committed Oct 14, 2022
1 parent 695f5f6 commit 5f35926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redux-demo/package.json
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"clean": "rimraf build",
"start": "PORT=$REDUX_DEMO_PORT react-scripts start"
"start": "PORT=$REDUX_DEMO_PORT SKIP_PREFLIGHT_CHECK=true react-scripts start"
},
"dependencies": {
"@ringcentral/redux": "*",
Expand Down

0 comments on commit 5f35926

Please sign in to comment.