project-layout/scripts/test.sh
D. Moonfire edb2f36b57
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: added script builder and updated scripts
2023-01-25 18:33:34 -06:00

13 lines
269 B
Bash
Executable file

# !/usr/bin/env bash
#mfgames-project:setup@v0.0.0
log() { echo "🧪 $(basename $0): $@"; }
cd $(dirname $(dirname $0))
#mfgames-project:setup
log "installing NPM"
npm install --ci
log "verifying commits"
npx commitlint-gitlab-ci -x @commitlint/config-conventional