Skip to content
Prev Previous commit
Next Next commit
Updated config.yml
  • Loading branch information
akanchhaS committed Feb 25, 2021
commit 01383b46f6a7bd35a35345d30bd551bf246d4aab
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs: # a collection of steps
- checkout
- run:
name: echo "install and build npm project"
command: 'sudo npm install -g npm@latest'
command: 'sudo npm install -q'
- run:
name: echo "build project"
command: 'npm run build'
Expand Down