Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
be3af3360cec7ba3eb2921662689c437f92e2fc7
/
.
/
format-code.sh
blob: b490dd2a1ee502f5c2fd142e7ad6bf7e259cee05 [
file
] [
log
] [
blame
]
# Run GUI Linting and Formatting as part of the CI Build process
#
# This is a short term solution. The long term solution to will be to
# add much of this to the build script.
#
set
-
e
npm ci
npm run lint
git
--
no
-
pager diff
--
exit
-
code