Skip to content

Commit

Permalink
Prepare 1.5.0-TR13
Browse files Browse the repository at this point in the history
  • Loading branch information
teodossi.dossev@ontotext.com authored and teodossi.dossev@ontotext.com committed Nov 11, 2020
1 parent 827e938 commit a14be73
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@ jobs:
skip_cleanup: true
email: $NPM_MAIL
api_key: $NPM_TOKEN
on:
tags: true

- provider: script
# Workaround. cannot login in NPM and cannot configure NPM provider to go in the directory
script: cd test-cypress/ && echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc && npm publish
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphdb-workbench",
"version": "1.5.0-TR14",
"version": "1.5.0-TR13",
"description": "The web application for GraphDB APIs",
"scripts": {
"build": "webpack --config=webpack.config.prod.js",
Expand Down
2 changes: 1 addition & 1 deletion test-cypress/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphdb-workbench-tests",
"version": "1.5.0-TR14",
"version": "1.5.0-TR13",
"description": "Cypress tests for GraphDB workbench",
"scripts": {
"start": "cypress open",
Expand Down

0 comments on commit a14be73

Please sign in to comment.