File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ npm downloads] ( https://img.shields.io/npm/dt/@netlify-builder/deploy?label=npm%20downloads )] ( https://www.npmjs.com/package/@netlify-builder/deploy )
2
2
[ ![ npm (scoped)] ( https://img.shields.io/npm/v/@netlify-builder/deploy )] ( https://www.npmjs.com/package/@netlify-builder/deploy )
3
- [ ![ Build Status] ( https://travis-ci.org /ngx-builders/netlify-builder.svg?branch=master )] ( https://travis-ci.org/nitishk72/netlify-builder )
3
+ ![ Build Status] ( https://github.com /ngx-builders/netlify-builder/workflows/Node.js%20CI/badge.svg )
4
4
[ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square )] ( #contributors )
5
5
6
6
## ** Deploy your Angular app to Netlify directly from the Angular CLI! 🚀**
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ You will need two things in order to get started
17
17
18
18
```
19
19
ng add @netlify-builder/deploy
20
+ OR
21
+ ng add @netlify-builder/deploy --project={projectName}
20
22
```
21
23
22
24
The above command will configure everything, you just need to provide API ID and Personal access tokens when it will ask you for that.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify-builder/deploy" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " A Netlify builder schematics for deployment" ,
5
5
"main" : " index.js" ,
6
6
"builders" : " ./builders.json" ,
You can’t perform that action at this time.
0 commit comments