Doing silent npm install

This commit is contained in:
Chris Troutner
2020-08-08 10:28:26 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ WORKDIR /home/safeuser
RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api
WORKDIR /home/safeuser/bch-api WORKDIR /home/safeuser/bch-api
RUN git checkout free RUN git checkout free
RUN npm install RUN npm install --silent
# Generate documentation # Generate documentation
RUN npm run docs RUN npm run docs
+1 -1
View File
@@ -16,7 +16,7 @@ WORKDIR /home/safeuser
RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api
WORKDIR /home/safeuser/bch-api WORKDIR /home/safeuser/bch-api
RUN git checkout free RUN git checkout free
RUN npm install RUN npm install --silent
# Generate documentation # Generate documentation
RUN npm run docs RUN npm run docs