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:
parent
f75cf1dc60
commit
5c5ba61587
@ -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