Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Use npm ci instead npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed Mar 28, 2020
1 parent e009a49 commit 0cdc20d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
- JOBS=1

install:
npm install
npm ci

script:
- npm run lint:js
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /application
# install dependencies
ADD package.json .
ADD package-lock.json .
RUN npm install
RUN npm ci

# build the app
ADD .eslintrc.js .
Expand Down

0 comments on commit 0cdc20d

Please sign in to comment.