Skip to content

Commit

Permalink
Minor cleanup to yarn scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
amcclain committed Jan 17, 2025
1 parent 0907f19 commit 0986a77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"lint:all": "yarn lint:js && yarn lint:styles",
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:styles": "stylelint \"**/*.s?(a|c)ss\"",
"prepare": "cd .. && husky client-app/.husky",
"start": "yarn install && cross-env NODE_OPTIONS=--max_old_space_size=3072 webpack-dev-server",
"startOnDevice": "yarn install && webpack-dev-server --env inlineHoist --env devHost=$(ipconfig getifaddr en0)",
"startAndAnalyze": "yarn install && webpack-dev-server --env analyzeBundles",
"startAndAnalyze": "yarn start --env analyzeBundles",
"startWithHoist": "cd ../../hoist-react && yarn install && cd ../toolbox/client-app && yarn install && cross-env NODE_OPTIONS=--max_old_space_size=3072 webpack-dev-server --env inlineHoist",
"startWithHoistSecure": "cd ../../hoist-react && yarn install && cd ../toolbox/client-app && yarn install && cross-env NODE_OPTIONS=--max_old_space_size=3072 webpack-dev-server --env inlineHoist --env devHttps=true --env devHost=toolbox-local.xh.io",
"startWithHoistAndAnalyze": "yarn startWithHoist --env analyzeBundles",
"prepare": "cd .. && husky client-app/.husky"
"startWithHoistAndIp": "yarn startWithHoist --env devHost=$(ipconfig getifaddr en0)",
"startWithHoistSecure": "yarn startWithHoist --env devHttps=true --env devHost=toolbox-local.xh.io"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down

0 comments on commit 0986a77

Please sign in to comment.