Skip to content

Commit

Permalink
Merge pull request #7938 from jonboiser/simplify-devserver-start
Browse files Browse the repository at this point in the history
Do not use `--skip-update` when running Kolibri in development mode
  • Loading branch information
jonboiser authored Apr 1, 2021
2 parents 781cadf + 2135cf9 commit ea6dd6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"watch-hot": "yarn run watch --hot",
"python-devserver": "kolibri start --debug --foreground --port=8000 --settings=kolibri.deployment.default.settings.dev",
"python-devserver-no-update": "kolibri start --debug --skip-update --foreground --port=8000 --settings=kolibri.deployment.default.settings.dev",
"devserver": "npm-run-all --parallel python-devserver-no-update lint-frontend:watch:format hashi-dev watch ",
"devserver-warn": "npm-run-all --parallel python-devserver-no-update lint-frontend:watch hashi-dev watch",
"devserver-hot": "npm-run-all --parallel python-devserver-no-update lint-frontend:watch:format hashi-dev watch-hot",
"devserver-hot-warn": "npm-run-all --parallel python-devserver-no-update lint-frontend:watch hashi-dev watch-hot",
"devserver": "run-p python-devserver lint-frontend:watch:format hashi-dev watch ",
"devserver-warn": "run-p python-devserver lint-frontend:watch hashi-dev watch",
"devserver-hot": "run-p python-devserver lint-frontend:watch:format hashi-dev watch-hot",
"devserver-hot-warn": "run-p python-devserver lint-frontend:watch hashi-dev watch-hot",
"bundle-stats": "kolibri-tools build stats --file ./build_tools/build_plugins.txt",
"clean": "kolibri-tools build clean --file ./build_tools/build_plugins.txt",
"preinstall": "node ./packages/kolibri-tools/lib/npm_deprecation_warning.js",
Expand Down

0 comments on commit ea6dd6e

Please sign in to comment.