Merge pull request #1921 from spotify/Rugvip-patch-2

workflows/frontend: fix verify-links being run before yarn install
This commit is contained in:
Patrik Oldsberg
2020-08-12 11:55:57 +02:00
committed by GitHub
+3 -3
View File
@@ -45,12 +45,12 @@ jobs:
run: git diff --quiet origin/master HEAD -- yarn.lock
continue-on-error: true
- name: verify doc links
run: node docs/verify-links.js
- name: yarn install
run: yarn install --frozen-lockfile
- name: verify doc links
run: node docs/verify-links.js
- name: lint
run: yarn lerna -- run lint --since origin/master