Skip to content

Commit

Permalink
Merge pull request #193 from Ontotext-AD/GDB-4386-remove-force-resolu…
Browse files Browse the repository at this point in the history
…tion-from-packag-json-test-cypress

GDB-4386 remove force resolution from test-cypress/package.json and prepare versions for release
  • Loading branch information
desislava-hristova-ontotext authored Mar 27, 2020
2 parents 13f3fcf + 63a77b5 commit 57fc9bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
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.3.0-RC2",
"version": "1.3.0-RC3",
"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.

3 changes: 1 addition & 2 deletions test-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "graphdb-workbench-tests",
"version": "1.3.0-RC2",
"version": "1.3.0-RC3",
"description": "Cypress tests for GraphDB workbench",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"start": "cypress open",
"test": "cypress run"
},
Expand Down

0 comments on commit 57fc9bc

Please sign in to comment.