Fixed drone ci yarn command failed
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sambo Chea 2021-09-16 18:20:09 +07:00
parent 0378f270fc
commit da0235c0b3
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490
2 changed files with 0 additions and 4 deletions

View File

@ -11,6 +11,4 @@ steps:
image: d.ctdn.net/node
commands:
- yarn config set registry https://r.ctdn.net
- cd packages/ts-common && yarn && yarn build
- cd ../../ && yarn
- yarn build

View File

@ -14,8 +14,6 @@ WORKDIR /app
COPY . /app
RUN yarn config set registry https://r.ctdn.net
RUN cd packages/ts-common && yarn && yarn build
RUN cd ../../ && yarn
RUN yarn build
EXPOSE 3000