ci: fixing Gitlab build for Yarn

This commit is contained in:
Dylan R. E. Moonfire 2021-02-03 23:19:34 -06:00
parent 6a06145a0a
commit 9b84bcd239

View file

@ -12,11 +12,11 @@ publish:
- "cat tsconfig.json | jq 'del(.references)' > a && mv a tsconfig.json"
# Make sure the commits are clean
- npm ci
- yarn install --frozen-lockfile
- npx commitlint --from=master to=CI_BUILD_REF_NAME
# Build the project
- npm run build
- yarn run build
# Perform the automatic release process
- npx semantic-release