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 41d3623 commit c128bd6Copy full SHA for c128bd6
.circleci/config.yml
@@ -17,11 +17,3 @@ jobs:
17
paths:
18
- src/node_modules
19
- run: cd src && npm run build
20
- - run: cd src && npm run test
21
- - run: cd src/dist && sudo npm link
22
-
23
- - run: sudo -E npm install -g @angular/cli@next
24
- - run: sudo -E ng new your-angular-project --defaults
25
- - run: cd your-angular-project && sudo -E npm link ngx-deploy-starter
26
- - run: cd your-angular-project && sudo -E ng add ngx-deploy-starter
27
- - run: cd your-angular-project && sudo -E ng deploy
0 commit comments