Changeset View
Changeset View
Standalone View
Standalone View
Makefile
Show All 20 Lines | |||||
install_dev_python_modules: | install_dev_python_modules: | ||||
python scripts/install_dev_python_modules.py -qqq | python scripts/install_dev_python_modules.py -qqq | ||||
install_dev_python_modules_verbose: | install_dev_python_modules_verbose: | ||||
python scripts/install_dev_python_modules.py | python scripts/install_dev_python_modules.py | ||||
graphql: | graphql: | ||||
cd js_modules/dagit/; make generate-types | cd js_modules/dagit/; make generate-graphql | ||||
sanity_check: | sanity_check: | ||||
#NOTE: fails on nonPOSIX-compliant shells (e.g. CMD, powershell) | #NOTE: fails on nonPOSIX-compliant shells (e.g. CMD, powershell) | ||||
@echo Checking for prod installs - if any are listed below reinstall with 'pip -e' | @echo Checking for prod installs - if any are listed below reinstall with 'pip -e' | ||||
@! (pip list --exclude-editable | grep -e dagster -e dagit) | @! (pip list --exclude-editable | grep -e dagster -e dagit) | ||||
rebuild_dagit: sanity_check | rebuild_dagit: sanity_check | ||||
cd js_modules/dagit/; yarn install && yarn build-for-python | cd js_modules/dagit/; yarn install && yarn build-for-python | ||||
Show All 13 Lines |