You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2020/08/05 22:59:30 UTC

[qpid-dispatch] branch master updated: DISPATCH-1720: use `npm ci` because it's appropriate and faster than `npm install` (#812)

This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 4088ccc  DISPATCH-1720: use `npm ci` because it's appropriate and faster than `npm install` (#812)
4088ccc is described below

commit 4088ccc01aaeb5fa05129b4fcbbf079f43b7e251
Author: Jiri Daněk <jd...@redhat.com>
AuthorDate: Thu Aug 6 00:59:17 2020 +0200

    DISPATCH-1720: use `npm ci` because it's appropriate and faster than `npm install` (#812)
---
 .github/workflows/console.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/console.yaml b/.github/workflows/console.yaml
index 4d57478..63ff30b 100644
--- a/.github/workflows/console.yaml
+++ b/.github/workflows/console.yaml
@@ -29,7 +29,7 @@ jobs:
       - uses: actions/checkout@v2
 
       - name: Install Dependencies
-        run: cd console/react && npm install
+        run: cd console/react && npm ci
 
       - name: Run Tests
         run: cd console/react && npm run test
@@ -41,7 +41,7 @@ jobs:
       - uses: actions/checkout@v2
 
       - name: Install Dependencies
-        run: cd console/react && npm install
+        run: cd console/react && npm ci
 
       - name: Install Typescript
         run: cd console/react && npm install typescript


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org