Skip to content

Commit 43e6b34

Browse files
author
lo kesh
committed
fix: build fix
1 parent 36e7f1d commit 43e6b34

File tree

3 files changed

+8
-34
lines changed

3 files changed

+8
-34
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
sudo: required
22
dist: trusty
3+
cache:
4+
yarn: true
5+
notifications:
6+
email: false
37
addons:
48
apt:
59
sources:
@@ -13,13 +17,10 @@ before_script:
1317
- export DISPLAY=:99.0
1418
- sh -e /etc/init.d/xvfb start
1519
- sleep 3
16-
cache:
17-
yarn: true
18-
notifications:
19-
email: false
20-
after_success:
20+
script:
2121
- npm run semantic-release
2222
- npm run build
23+
after_success:
2324
- npm run ngh
2425
branches:
2526
only:

README.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1 @@
1-
# NgxChoosy
2-
3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.1.3.
4-
5-
## Development server
6-
7-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
8-
9-
## Code scaffolding
10-
11-
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|module`.
12-
13-
## Build
14-
15-
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
16-
17-
## Running unit tests
18-
19-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
20-
21-
## Running end-to-end tests
22-
23-
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
24-
Before running the tests make sure you are serving the app via `ng serve`.
25-
26-
## Further help
27-
28-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
1+
# ngx-choosy documentation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "echo \"No test specified\" && exit 0",
1111
"lint": "ng lint",
1212
"e2e": "ng e2e",
13-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
13+
"semantic-release": "semantic-release pre && semantic-release post",
1414
"ngh": "ngh --repo=https://[email protected]/nglibrary/ngx-choosy-documentation.git"
1515
},
1616
"dependencies": {

0 commit comments

Comments
 (0)