Skip to content

Commit

Permalink
chore: update webapp dependencies
Browse files Browse the repository at this point in the history
 - pin mini-css-extract-plugin as suggested facebook/create-react-app#11930
  • Loading branch information
Tastyep committed Jan 15, 2022
1 parent 354d9f5 commit 0191dc6
Show file tree
Hide file tree
Showing 3 changed files with 13,142 additions and 27,526 deletions.
2 changes: 1 addition & 1 deletion tool/service-front.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ source "$ROOT/script/env.sh"

start() {
local npm_cmd
npm_cmd="PORT=$WEBAPP_PORT npm run serve &"
npm_cmd="WEBAPP_PORT=$WEBAPP_PORT npm run serve &"
[[ -n "${ARGS["--dev"]}" ]] && npm_cmd="REACT_APP_API_PORT=$API_PORT PORT=$WEBAPP_PORT npm start"

(cd "$WEBAPP_DIR" && eval "$npm_cmd")
Expand Down
Loading

0 comments on commit 0191dc6

Please sign in to comment.