fix: ๐Ÿ› lint script and dockerfile

This commit is contained in:
AP 2020-05-06 22:53:05 +02:00
parent fdd2894cd4
commit 9d2cbd39a6
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ COPY --from=build node_modules node_modules
# Bundle app source
COPY . .
RUN yarn tslint
RUN yarn lint
RUN yarn test
RUN yarn build
EXPOSE 3000

View file

@ -19,7 +19,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"build:image": "docker build --no-cache -t thunderhub/test .",
"build:image": "docker build --no-cache -t apotdevin/thunderhub:test .",
"upgrade-latest": "yarn upgrade-interactive --latest"
},
"keywords": [],