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 0c21818 commit b6e0611Copy full SHA for b6e0611
.circleci/config.yml
@@ -4,15 +4,15 @@ jobs:
4
build:
5
6
environment:
7
+ NG_CLI_ANALYTICS: ci
8
GITHUB_ORG: https://github.com/angular-schule
9
GITHUB_NAME: The Buildbot
10
GITHUB_EMAIL: [email protected]
11
NAME: angular-cli-ghpages
12
13
docker:
14
- image: circleci/node:12-browsers
- environment:
15
- NG_CLI_ANALYTICS: ci
+
16
steps:
17
- checkout
18
@@ -27,7 +27,7 @@ jobs:
27
- run: cd src && npm run test
28
- run: cd src/dist && sudo npm link
29
30
- - run: sudo npm install -g @angular/cli@next
+ - run: sudo -E npm install -g @angular/cli@next
31
- run: ng new your-angular-project --defaults
32
- run: cd new your-angular-project && npm link angular-cli-ghpages
33
- run: cd new your-angular-project && ng add angular-cli-ghpages
src/angular-cli-ghpages
100644
100755
0 commit comments