Browse Source

perf(.circleci/config.yml): remove npm cache clean code

main
sipe-daniel 6 years ago
parent
commit
aa3bf9fe45
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -54,7 +54,9 @@ jobs:
at: /tmp
- run:
name: Deploy app
command: sudo npm install netlify-cli -g && npm cache clean && netlify deploy --prod --auth 4942a1124577b1e13d46 --dir /tmp/server-doc --site 5ef7c201-b2f5-43c9-b8b6-7495e12e61af
command: |
npm install netlify-cli -g
netlify deploy --prod --auth 4942a1124577b1e13d46 --dir /tmp/server-doc --site 5ef7c201-b2f5-43c9-b8b6-7495e12e61af
back-test-unit:
docker:
- image: circleci/node:dubnium-browsers

Loading…
Cancel
Save