Skip to content
Snippets Groups Projects
Unverified Commit 729c4b17 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Add script to run EE version of Metabase with one command only (#14459)


* Add script to run EE version of Metabase with one command only

* Include `MB_EDITION=ee` automatically

Co-authored-by: default avatarPaul Rosenzweig <paulrosenzweig@users.noreply.github.com>
parent fcbe3af7
Branches
Tags
No related merge requests found
......@@ -166,6 +166,7 @@
},
"scripts": {
"dev": "concurrently --kill-others -p name -n 'backend,frontend,docs' -c 'blue,green,yellow' 'lein run' 'yarn build-hot' 'yarn docs'",
"dev-ee": "concurrently --kill-others -p name -n 'backend,frontend,docs' -c 'blue,green,yellow' 'lein with-profiles +ee run' 'MB_EDITION=ee yarn build-hot' 'yarn docs'",
"lint": "yarn lint-eslint && yarn lint-prettier && yarn lint-flow && yarn lint-docs-links && yarn lint-yaml",
"lint-eslint": "yarn && eslint --ext .js --ext .jsx --rulesdir frontend/lint/eslint-rules --max-warnings 0 enterprise/frontend/src frontend/src enterprise/frontend/test frontend/test",
"lint-prettier": "yarn && prettier -l '{enterprise/,}frontend/**/*.{js,jsx,css}' || (echo '\nThese files are not formatted correctly. Did you forget to \"yarn prettier\"?' && false)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment