diff --git a/scripts/build.sh b/scripts/build.sh index 627cbed..a5791db 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -6,4 +6,6 @@ cd $(dirname $(dirname $0)) #mfgames-project:setup ./scripts/setup.sh || exit 1 + +log "running Yarn build" yarn run build diff --git a/scripts/release.sh b/scripts/release.sh index cc34fe2..564dc83 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -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 diff --git a/scripts/test.sh b/scripts/test.sh index b703700..986130a 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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