Skip redundant lint-deps checks on CI

This commit is contained in:
Evan Hahn
2021-01-08 11:33:28 -06:00
committed by Scott Nonnenberg
parent 3a726ad311
commit 4837014051
-3
View File
@@ -57,7 +57,6 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn generate
- run: yarn lint
- run: yarn lint-deps
- run: yarn prepare-beta-build
- run: yarn build
- run: yarn test-node
@@ -91,7 +90,6 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn generate
- run: yarn lint
- run: yarn lint-deps
- run: yarn prepare-beta-build
- run: yarn build
- run: xvfb-run --auto-servernum yarn test-node
@@ -128,7 +126,6 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn generate
- run: yarn lint
- run: yarn lint-deps
- run: node build\grunt.js
- run: yarn test-node
- run: copy package.json temp.json