Skip to content

Commit a830608

Browse files
committed
circleci: sudo
1 parent e2655f5 commit a830608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- src/node_modules
2424
- run: cd src && npm run build
2525
- run: cd src && npm run test
26-
- run: cd src/dist && npm link
26+
- run: cd src/dist && sudo npm link
2727

28-
- run: npm install -g @angular/cli@next
28+
- run: sudo npm install -g @angular/cli@next
2929
- run: ng new your-angular-project --defaults
3030
- run: cd new your-angular-project && npm link angular-cli-ghpages
3131
- run: cd new your-angular-project && ng add angular-cli-ghpages

0 commit comments

Comments
 (0)