Fixed drone ci yarn command failed
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
0378f270fc
commit
da0235c0b3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user