Commit a828c767 authored by Maurelian's avatar Maurelian Committed by Kelvin Fichter

ci(ts-packages): fail if yarn install changes lock file

parent 910a752c
......@@ -43,6 +43,9 @@ jobs:
# if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install
- name: Check yarn.lock for changes
run: git diff --exit-code
- name: Build
run: yarn build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment