blob: b490dd2a1ee502f5c2fd142e7ad6bf7e259cee05 [file] [log] [blame]
Derick Montaguebf2131f2020-05-29 11:21:36 -05001# Run GUI Linting and Formatting as part of the CI Build process
2#
3# This is a short term solution. The long term solution to will be to
4# add much of this to the build script.
5#
6
7set -e
8
9npm ci
10npm run lint
11git --no-pager diff --exit-code