mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore: remove release-checks (#8884)
## About the changes If we're going to be releasing from tip of main, the commits are already tested and linted, there's no need to run all these checks
This commit is contained in:
parent
c4604f4d5e
commit
a454e14f28
@ -63,7 +63,6 @@
|
||||
"seed:setup": "ts-node --compilerOptions '{\"strictNullChecks\": false}' src/test/e2e/seed/segment.seed.ts",
|
||||
"seed:serve": "UNLEASH_DATABASE_NAME=unleash_test UNLEASH_DATABASE_SCHEMA=seed yarn run start:dev",
|
||||
"clean": "del-cli --force dist",
|
||||
"preversion": "./scripts/check-release.sh",
|
||||
"heroku-postbuild": "cd frontend && yarn && yarn build",
|
||||
"prepack": "./scripts/prepack.sh",
|
||||
"schema:update": "node ./.husky/update-openapi-spec-list.js"
|
||||
|
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
yarn run lint
|
||||
yarn run test
|
||||
|
||||
cd frontend
|
||||
yarn
|
||||
yarn run ts:check
|
||||
yarn run lint:check
|
||||
yarn run fmt:check
|
||||
yarn run test
|
Loading…
Reference in New Issue
Block a user