ci: add teamcity build and deployment entry points
This commit is contained in:
9
scripts/teamcity/validate.sh
Normal file
9
scripts/teamcity/validate.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
corepack enable || true
|
||||
pnpm install --frozen-lockfile
|
||||
pnpm lint
|
||||
pnpm test
|
||||
pnpm test:compose
|
||||
pnpm build
|
||||
Reference in New Issue
Block a user