Skip to content

Commit

Permalink
Merge branch 'develop' into feature/docker-build-wth-npm
Browse files Browse the repository at this point in the history
  • Loading branch information
b41ex committed Jan 24, 2025
2 parents 9d7628f + 172412e commit 83380c7
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 1 deletion.
227 changes: 227 additions & 0 deletions npm-shrinkwrap.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config jest-e2e.json"
"test:e2e": "jest --config jest-e2e.json",
"feature-start": "feature-start --featureName",
"feature-finish": "feature-finish",
"release-start": "release-start",
"release-finish": "release-finish"
},
"dependencies": {
"@nestjs/axios": "^2.0.0",
Expand All @@ -46,6 +50,7 @@
"@nestjs/cli": "^8.2.8",
"@nestjs/schematics": "8.0.8",
"@nestjs/testing": "8.4.1",
"@netcracker/qubership-apihub-npm-gitflow": "dev",
"@types/adm-zip": "^0.5.0",
"@types/express": "4.17.17",
"@types/jest": "29.5.1",
Expand Down

0 comments on commit 83380c7

Please sign in to comment.