Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
ab93192e39e100b642aed9754adac12f590fd581
/
.
/
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