ci: change use npm
continuous-integration/drone/tag Build is passing
Details
continuous-integration/drone/tag Build is passing
Details
parent
13758c5730
commit
45178d1312
|
@ -12,9 +12,9 @@ COPY env/$env_target /app/.env
|
|||
RUN echo -e "\n" >> /app/.env
|
||||
RUN echo -e "APP_VERSION=${release_version}" >> /app/.env
|
||||
|
||||
RUN yarn install
|
||||
RUN npm install
|
||||
|
||||
RUN yarn build
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:1.16.0-alpine
|
||||
|
||||
|
|
Loading…
Reference in New Issue