Skip to content

Commit 3f2517a

Browse files
release version 3.1.1
1 parent e749109 commit 3f2517a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![npm downloads](https://img.shields.io/npm/dt/@netlify-builder/deploy?label=npm%20downloads)](https://www.npmjs.com/package/@netlify-builder/deploy)
22
[![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)
44
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors)
55

66
## **Deploy your Angular app to Netlify directly from the Angular CLI! 🚀**

src/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ You will need two things in order to get started
1717

1818
```
1919
ng add @netlify-builder/deploy
20+
OR
21+
ng add @netlify-builder/deploy --project={projectName}
2022
```
2123

2224
The above command will configure everything, you just need to provide API ID and Personal access tokens when it will ask you for that.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify-builder/deploy",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "A Netlify builder schematics for deployment",
55
"main": "index.js",
66
"builders": "./builders.json",

0 commit comments

Comments
 (0)