build: adding noise to scripts

This commit is contained in:
Dylan R. E. Moonfire 2023-01-25 20:48:13 -06:00
parent 092db2a170
commit 161187fa15
3 changed files with 6 additions and 1 deletions

View file

@ -6,4 +6,6 @@ cd $(dirname $(dirname $0))
#mfgames-project:setup
./scripts/setup.sh || exit 1
log "running Yarn build"
yarn run build

View file

@ -6,5 +6,6 @@ cd $(dirname $(dirname $0))
#mfgames-project:setup
./scripts/setup.sh || exit 1
yarn run build
log "running semantic-release"
semantic-release --repository-url=https://oauth2:$GITLAB_TOKEN@gitlab.com/mfgames-writing/markdowny.git

View file

@ -6,4 +6,6 @@ cd $(dirname $(dirname $0))
#mfgames-project:setup
./scripts/setup.sh || exit 1
log "verifying conventional commits in Git log"
npx commitlint --from=$CI_BUILD_BEFORE_SHA