Skip to content

Commit

Permalink
chore: remove release-checks (#8884)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
gastonfournier authored Nov 29, 2024
1 parent c4604f4 commit a454e14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
13 changes: 0 additions & 13 deletions scripts/check-release.sh

This file was deleted.

0 comments on commit a454e14

Please sign in to comment.