Skip to content

Commit

Permalink
fix: lint after install
Browse files Browse the repository at this point in the history
Co-authored-by: Morgan McCauley <[email protected]>
  • Loading branch information
andy-haynes and morgsmccauley authored Jun 28, 2022
1 parent 9ac28bc commit 9d048f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ pipeline {
}
steps {
dir("$WORKSPACE/packages/frontend") {
sh 'yarn lint'
sh 'yarn install --frozen-lockfile'
sh 'yarn lint'
}
}
}
Expand Down

0 comments on commit 9d048f4

Please sign in to comment.