Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Fix "dependencies:javascript" task.
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendart committed Feb 29, 2020
1 parent 7b7d074 commit 9f0881d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Taskfile.yml
Expand Up @@ -26,8 +26,7 @@ tasks:

dependencies:javascript:
cmds:
# <http://www.tiernok.com/posts/2019/faster-npm-installs-during-ci/>
- npm ci --prefer-offline --no-audit
- npm install
env:
CI: true
desc: Install JavaScript dependencies
Expand Down

0 comments on commit 9f0881d

Please sign in to comment.