Skip to content
Prev Previous commit
Next Next commit
Updated config.yml
  • Loading branch information
akanchhaS committed Feb 25, 2021
commit 1e7b1740d27b53de18b907257c76e0078a6e3a01
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ jobs: # a collection of steps
working_directory: ~/goof
docker:
- image: circleci/node:4.8.2
steps:
steps:
- checkout
- run:
name: echo "install and build npm project"
command: 'sudo npm install'
command: 'sudo npm install -g npm@latest'
- run:
name: echo "build project"
command: 'npm run build'
Expand Down