ci: change use npm
continuous-integration/drone/tag Build is passing Details

main 1.0.0-production.2
Supan Adit Pratama 2024-10-04 02:48:53 +00:00
parent 13758c5730
commit 45178d1312
1 changed files with 2 additions and 2 deletions

View File

@ -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