Skip to content

Commit

Permalink
simplify travis deploy script calling
Browse files Browse the repository at this point in the history
  • Loading branch information
Michadelic committed Nov 1, 2018
1 parent b80f47b commit 3b43d06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ before_script:

script:
- npm run deploy
- npm run deployAdjust

deploy:
provider: pages
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"scripts": {
"test": "echo \"Error: no test specified. Please add some.\" && exit 1",
"postinstall": "node combineProjects && node adjustBootstrap",
"deploy": "node combineProjects --deploy",
"deployAdjust": "node adjustBootstrap --deploy",
"deploy": "node combineProjects --deploy && node adjustBootstrap --deploy",
"start": "ui5 serve"
},
"dependencies": {
Expand Down

0 comments on commit 3b43d06

Please sign in to comment.