We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2655f5 commit a830608Copy full SHA for a830608
.circleci/config.yml
@@ -23,9 +23,9 @@ jobs:
23
- src/node_modules
24
- run: cd src && npm run build
25
- run: cd src && npm run test
26
- - run: cd src/dist && npm link
+ - run: cd src/dist && sudo npm link
27
28
- - run: npm install -g @angular/cli@next
+ - run: sudo npm install -g @angular/cli@next
29
- run: ng new your-angular-project --defaults
30
- run: cd new your-angular-project && npm link angular-cli-ghpages
31
- run: cd new your-angular-project && ng add angular-cli-ghpages
0 commit comments