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