xref: /openbmc/webui-vue/format-code.sh (revision 383184cad09d387c61e85c7e1217f4703d386b4f)
1# 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