Skip to content

Commit

Permalink
remove global attribute from angular-cli install
Browse files Browse the repository at this point in the history
  • Loading branch information
electron2302 authored Dec 9, 2019
1 parent 6f6c05f commit 461c56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ steps:
failure: ignore # only until PhantomJS is working, after that, this line should be deleted !
commands:
- cd brainkeeper
- "npm install -g @angular/cli"
- "npm install @angular/cli"
- "ng test --browsers PhantomJS"

- name: "Lint"
image: node:10
commands:
- cd brainkeeper
- "npm install -g @angular/cli"
- "npm install @angular/cli"
- ng lint

0 comments on commit 461c56e

Please sign in to comment.