1
0
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:
Gastón Fournier 2024-11-29 09:38:02 +01:00 committed by GitHub
parent c4604f4d5e
commit a454e14f28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 14 deletions

View File

@ -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"

View File

@ -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