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

Update lein references in scripts (#17291)

* Remove `yarn start` script

* Remove `lein docstring-checker` and `lein-bikeshed` scripts

* Update `lein` references in `ci-backend` script
parent d5b89f66
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,6 @@ ...@@ -194,7 +194,6 @@
"build-stats": "yarn && webpack --json > stats.json", "build-stats": "yarn && webpack --json > stats.json",
"build-shared": "yarn && webpack --config webpack.shared.config.js", "build-shared": "yarn && webpack --config webpack.shared.config.js",
"build-static-viz": "yarn && webpack --config webpack.static-viz.config.js", "build-static-viz": "yarn && webpack --config webpack.static-viz.config.js",
"start": "yarn build && lein ring server",
"precommit": "lint-staged", "precommit": "lint-staged",
"preinstall": "echo $npm_execpath | grep -q yarn || echo '\\033[0;33mSorry, npm is not supported. Please use Yarn (https://yarnpkg.com/).\\033[0m'", "preinstall": "echo $npm_execpath | grep -q yarn || echo '\\033[0;33mSorry, npm is not supported. Please use Yarn (https://yarnpkg.com/).\\033[0m'",
"prettier": "prettier --write '{enterprise/,}frontend/**/*.{js,jsx,css}'", "prettier": "prettier --write '{enterprise/,}frontend/**/*.{js,jsx,css}'",
...@@ -202,7 +201,7 @@ ...@@ -202,7 +201,7 @@
"docs": "documentation serve --watch frontend/src/metabase-lib/lib/**", "docs": "documentation serve --watch frontend/src/metabase-lib/lib/**",
"ci": "yarn ci-frontend && yarn ci-backend", "ci": "yarn ci-frontend && yarn ci-backend",
"ci-frontend": "yarn lint && yarn test", "ci-frontend": "yarn lint && yarn test",
"ci-backend": "lein docstring-checker && lein bikeshed && lein eastwood && lein test", "ci-backend": "clojure -X:dev:ee:ee-dev:drivers:drivers-dev:eastwood && clojure -X:dev:test",
"test-cypress": "yarn build && ./bin/build-for-test && yarn test-cypress-no-build", "test-cypress": "yarn build && ./bin/build-for-test && yarn test-cypress-no-build",
"test-cypress-open": "./bin/build-for-test && yarn test-cypress-no-build --open", "test-cypress-open": "./bin/build-for-test && yarn test-cypress-no-build --open",
"test-cypress-open-no-backend": "E2E_HOST='http://localhost:3000' yarn test-cypress-no-build --open", "test-cypress-open-no-backend": "E2E_HOST='http://localhost:3000' yarn test-cypress-no-build --open",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment