Skip to content

Commit c128bd6

Browse files
circlci changes
1 parent 41d3623 commit c128bd6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.circleci/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,3 @@ jobs:
1717
paths:
1818
- src/node_modules
1919
- 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

Comments
 (0)