Skip to content

Commit c080706

Browse files
author
Georgi Peltekov
committed
fix build
1 parent 36b32be commit c080706

File tree

3 files changed

+44
-11
lines changed

3 files changed

+44
-11
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ branches:
1414
# We're also doing the install step here too, as we need
1515
# the results of previous builds to install future builds
1616
script:
17-
- rm -f package-lock.json && yarn install
18-
&& yarn global add tsickle
19-
&& yarn global add ngx-file-drop
20-
&& yarn run packagr
17+
- rm -f package-lock.json && npm install
18+
&& npm install -g ngx-file-drop
19+
&& npm run packagr
2120
# Notifications
2221
notifications:
2322
email:

package-lock.json

+40-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"@angular/cli": "^7.0.0",
4949
"@angular/compiler-cli": "^7.0.0",
5050
"@types/node": "^8.0.53",
51+
"tsickle": "^0.33.0",
5152
"ng-packagr": "^4.4.0",
5253
"ts-node": "~7.0.1",
5354
"tslint": "5.11.0",

0 commit comments

Comments
 (0)