Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
Merge 02757f6 into 82d7ac3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsiBarsi committed Feb 2, 2020
2 parents 82d7ac3 + 02757f6 commit 90c3401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ cache:
script:
- npm run lint
- npm run build
- npm run build:demo:client
- npm run test
notifications:
webhooks: https://coveralls.io/webhook
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -42,8 +42,7 @@
"build:payment-request": "ng run payment-request:build",
"test:payment-request": "ng run payment-request:test",
"test:payment-request:watch": "ng run payment-request:test --watch=true",
"prepublish": "npm run build && ng build demo",
"publish": "npm publish ./dist/payment-request"
"publish": "npm run build && ng build demo && npm publish ./dist/payment-request"
},
"license": "MIT",
"author": {
Expand Down

0 comments on commit 90c3401

Please sign in to comment.