Skip to content

Commit

Permalink
Merge pull request #273 from akugone/cross-env
Browse files Browse the repository at this point in the history
fix(webchat):Add cross-env for windows user
  • Loading branch information
danisharora099 committed Sep 25, 2023
2 parents 7c24ffa + d812f3c commit 1ec5072
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions examples/web-chat/package-lock.json

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

3 changes: 2 additions & 1 deletion examples/web-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@types/node": "^17.0.45",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"cross-env": "^7.0.3",
"cspell": "^6.14.3",
"gh-pages": "^4.0.0",
"npm-run-all": "^4.1.5",
Expand All @@ -34,7 +35,7 @@
"url": "^0.11.0"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false PORT=3003 react-scripts start",
"start": "cross-env GENERATE_SOURCEMAP=false PORT=3003 react-scripts start",
"build": "react-scripts build",
"test:unit": "exit 0",
"fix": "run-s fix:*",
Expand Down

0 comments on commit 1ec5072

Please sign in to comment.