chore: run uncrustify in parallel; add package.json to web directory (#1454)

* refactor: add package.json for web client

* refactor: call uncrustify in parallel
This commit is contained in:
Charles Kerr
2020-09-20 15:41:45 -05:00
committed by GitHub
parent 92fc42ceb5
commit 54a7cac25a
14 changed files with 1130 additions and 212 deletions

View File

@@ -1,11 +1,3 @@
FROM alpine
RUN apk add --no-cache \
bash \
git \
npm \
perl \
uncrustify \
&& npm install -g \
eslint \
prettier
RUN apk add --no-cache bash git perl uncrustify yarn