mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-23 22:46:35 +01:00
ci: standard release
This commit is contained in:
parent
36de6cd664
commit
69eab42258
2 changed files with 2562 additions and 0 deletions
2558
package-lock.json
generated
2558
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue