Skip to content

Commit

Permalink
Use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
allburov committed Feb 28, 2023
1 parent 0477cf7 commit 2f2a1b3
Show file tree
Hide file tree
Showing 6 changed files with 8,544 additions and 32,626 deletions.
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
network-timeout 60000
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ENV PUPPETEER_SKIP_DOWNLOAD=True
# npm packages
WORKDIR /src
COPY package.json .
COPY package-lock.json .
RUN npm install
COPY yarn.lock .
RUN yarn install

# App
WORKDIR /src
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ update-swagger:
wget http://localhost:3000/-json -O ./docs/site/static/swagger/openapi.json

update-dependencies:
. ${NVM_DIR}/nvm.sh && nvm exec npm install venom-bot whatsapp-web.js --save
. ${NVM_DIR}/nvm.sh && nvm exec yarn install venom-bot whatsapp-web.js --save
Loading

0 comments on commit 2f2a1b3

Please sign in to comment.