You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: .travis.yml
+20-21Lines changed: 20 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -16,27 +16,6 @@ script:
16
16
- ng build --prod --base-href .
17
17
- cp dist/pdfjs/index.html dist/pdfjs/404.html
18
18
deploy:
19
-
- provider: script
20
-
script: cd projects/pdfjs-box; npm version patch; cd ../../dist/pdfjs-box; npm version patch; cd ../..; git commit -m "[ci skip]" projects/pdfjs-box/package.json
script: cd projects/pdfjs-box; npm version patch; cd ../../dist/pdfjs-box; npm version patch; cd ../..; git commit -m "[ci skip]" projects/pdfjs-box/package.json
0 commit comments