mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +00:00
v0.1.8
This commit is contained in:
parent
d45264b3af
commit
bbd6d0e33b
1765
CHANGELOG.md
1765
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nitro-cypress",
|
"name": "nitro-cypress",
|
||||||
"version": "1.0.0",
|
"version": "0.1.8",
|
||||||
"description": "Fullstack tests with cypress for Human Connection",
|
"description": "Fullstack tests with cypress for Human Connection",
|
||||||
"author": "Human Connection gGmbh",
|
"author": "Human Connection gGmbh",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -16,9 +16,11 @@
|
|||||||
"cypress:setup": "run-p cypress:backend:* cypress:webapp",
|
"cypress:setup": "run-p cypress:backend:* cypress:webapp",
|
||||||
"cypress:run": "cypress run --browser chromium",
|
"cypress:run": "cypress run --browser chromium",
|
||||||
"cypress:open": "cypress open --browser chromium",
|
"cypress:open": "cypress open --browser chromium",
|
||||||
"test:jest": "cd webapp && yarn test && cd ../backend && yarn test:jest && codecov"
|
"test:jest": "cd webapp && yarn test && cd ../backend && yarn test:jest && codecov",
|
||||||
|
"version": "auto-changelog -p && git add CHANGELOG.md"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"auto-changelog": "^1.16.1",
|
||||||
"bcryptjs": "^2.4.3",
|
"bcryptjs": "^2.4.3",
|
||||||
"codecov": "^3.6.1",
|
"codecov": "^3.6.1",
|
||||||
"cross-env": "^6.0.3",
|
"cross-env": "^6.0.3",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user