ci: fixing Gitlab build for Yarn
This commit is contained in:
parent
6a06145a0a
commit
9b84bcd239
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ publish:
|
||||||
- "cat tsconfig.json | jq 'del(.references)' > a && mv a tsconfig.json"
|
- "cat tsconfig.json | jq 'del(.references)' > a && mv a tsconfig.json"
|
||||||
|
|
||||||
# Make sure the commits are clean
|
# Make sure the commits are clean
|
||||||
- npm ci
|
- yarn install --frozen-lockfile
|
||||||
- npx commitlint --from=master to=CI_BUILD_REF_NAME
|
- npx commitlint --from=master to=CI_BUILD_REF_NAME
|
||||||
|
|
||||||
# Build the project
|
# Build the project
|
||||||
- npm run build
|
- yarn run build
|
||||||
|
|
||||||
# Perform the automatic release process
|
# Perform the automatic release process
|
||||||
- npx semantic-release
|
- npx semantic-release
|
||||||
|
|
Loading…
Reference in a new issue