File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ node_js :
3
+ - " 9"
4
+ dist : trusty
5
+ sudo : required
6
+
7
+ branches :
8
+ only :
9
+ - master
10
+
11
+ before_script :
12
+ - cd command-builder
13
+ - npm install
14
+ - npm install -g @angular-devkit/schematics-cli
15
+
16
+
17
+ script :
18
+ - npm run build
Original file line number Diff line number Diff line change 1
- # Netlify Builder demo
1
+ [ ![ Build Status ] ( https://travis-ci.org/ngx-builders/netlify-builder.svg?branch=master )] ( https://travis-ci.org/nitishk72/netlify-builder )
2
2
[ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square )] ( #contributors )
3
+ # Netlify Builder demo
4
+
3
5
4
6
This repository contains an example of the Angular CLI Architect API.
5
7
Original file line number Diff line number Diff line change
1
+ [ ![ Build Status] ( https://travis-ci.org/ngx-builders/netlify-builder.svg?branch=master )] ( https://travis-ci.org/nitishk72/netlify-builder )
2
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square )] ( #contributors )
1
3
# Angular CLI Deployment to netlify
2
4
3
5
Deploy your Angular app to Netlify directly from the Angular CLI! 🚀
Original file line number Diff line number Diff line change 12
12
"netlifyToken" : {
13
13
"type" : " string" ,
14
14
"description" : " You can create a new API for free !" ,
15
- "x-prompt" : " Your Personal access tokens of Netlify Account"
15
+ "x-prompt" : " Personal Access Tokens of Netlify Account"
16
16
}
17
17
},
18
18
"required" : [
You can’t perform that action at this time.
0 commit comments