Merge pull request #100 from Mavrin/add_test

Setup testing environment
This commit is contained in:
Igor Adamenko
2018-06-23 21:11:57 +03:00
committed by GitHub
14 changed files with 3932 additions and 14 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ ADD web /srv/web
RUN apk add --no-cache --update git
RUN \
cd /srv/web && \
npm i && npm run lint && npm run build && \
npm i && npm run lint && npm run test && npm run build && \
rm -rf ./node_modules