mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 06:21:37 +01:00
fix: ๐ lint script and dockerfile
This commit is contained in:
parent
fdd2894cd4
commit
9d2cbd39a6
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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": [],
|
||||
|
|
Loadingโฆ
Add table
Reference in a new issue