Skip to content

Commit

Permalink
MM-20743 - CI uses npm ci instead of npm install (mattermost#1005)
Browse files Browse the repository at this point in the history
* refactored into two separate components. cleaned up css

* Revert "refactored into two separate components. cleaned up css"

This reverts commit 6784589

* npm ci
  • Loading branch information
reflog authored and sudheerDev committed Dec 12, 2019
1 parent c63f1fb commit b05debe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- checkout
- run: ls -la
- *restore_cache
- run: npm install
- run: npm ci
- run: ls -la
- *save_cache

Expand Down

0 comments on commit b05debe

Please sign in to comment.