ci: standard release

This commit is contained in:
apotdevin 2022-01-28 13:10:31 +01:00
parent 36de6cd664
commit 69eab42258
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457
2 changed files with 2562 additions and 0 deletions

2558
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -21,6 +21,9 @@
"start:debug": "nest start --debug --watch", "start:debug": "nest start --debug --watch",
"start:prod": "node dist/main", "start:prod": "node dist/main",
"start:prod:env": "NODE_ENV=production node dist/main", "start:prod:env": "NODE_ENV=production node dist/main",
"release": "standard-version",
"release:test": "standard-version --dry-run",
"release:minor": "standard-version --release-as minor",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"lint-staged": "lint-staged", "lint-staged": "lint-staged",
"generate": "graphql-codegen --config codegen.yml", "generate": "graphql-codegen --config codegen.yml",
@ -160,6 +163,7 @@
"lint-staged": "^12.3.2", "lint-staged": "^12.3.2",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",
"standard-version": "^9.3.2",
"supertest": "^6.2.2", "supertest": "^6.2.2",
"ts-jest": "^27.1.3", "ts-jest": "^27.1.3",
"ts-loader": "^9.2.6", "ts-loader": "^9.2.6",