This commit is contained in:
mattwr18 2020-01-31 19:48:13 +01:00
parent 4170e62f7a
commit 35fd8f280f

View File

@ -1,6 +1,6 @@
{
"name": "human-connection",
"version": "0.2.2",
"version": "0.3.0",
"description": "Fullstack and API tests with cypress and cucumber for Human Connection",
"author": "Human Connection gGmbh",
"license": "MIT",
@ -22,7 +22,8 @@
"cypress:open": "cross-env cypress open",
"cucumber:setup": "cd backend && yarn run dev",
"cucumber": "wait-on tcp:4000 && cucumber-js --require-module @babel/register --exit",
"release": "standard-version"
"release": "standard-version",
"generate:changelog": "yarn version && auto-changelog"
},
"devDependencies": {
"@babel/core": "^7.8.4",