Skip to content

Commit 461c56e

Browse files
authored
remove global attribute from angular-cli install
1 parent 6f6c05f commit 461c56e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ steps:
2020
failure: ignore # only until PhantomJS is working, after that, this line should be deleted !
2121
commands:
2222
- cd brainkeeper
23-
- "npm install -g @angular/cli"
23+
- "npm install @angular/cli"
2424
- "ng test --browsers PhantomJS"
2525

2626
- name: "Lint"
2727
image: node:10
2828
commands:
2929
- cd brainkeeper
30-
- "npm install -g @angular/cli"
30+
- "npm install @angular/cli"
3131
- ng lint

0 commit comments

Comments
 (0)