1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

chore: remove release-checks

This commit is contained in:
Gastón Fournier 2024-11-28 16:58:00 +01:00
parent f75cf1dc60
commit 5c5ba61587
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E
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