File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 76
76
YARN_INSTALL_STATE_PATH : .yarn/ci-cache/install-state.gz # Very small speedup when lock does not change
77
77
# Other environment variables
78
78
HUSKY : ' 0' # By default do not run HUSKY install
79
+ SKIP_POSTINSTALL : ' true'
Original file line number Diff line number Diff line change 78
78
uses : ./.github/actions/prepare-install
79
79
with :
80
80
node-version : ${{ env.PRIMARY_NODE_VERSION }}
81
- - run : yarn generate-configs
81
+ - run : yarn nx run generate-configs
82
82
- run : git status --porcelain
83
83
- if : failure()
84
84
run : echo "Outdated result detected from yarn generate-configs. Please check in any file changes."
Original file line number Diff line number Diff line change 14
14
"dependsOn" : [" copy-ast-spec" ]
15
15
},
16
16
"lint" : {
17
- "executor" : " @nx/eslint:lint"
17
+ "executor" : " @nx/eslint:lint" ,
18
+ "dependsOn" : [" typescript-eslint:build" , " eslint-plugin-internal:build" ]
18
19
}
19
20
}
20
21
}
You can’t perform that action at this time.
0 commit comments