mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore: update release commit message
This commit is contained in:
@@ -37,7 +37,8 @@
|
|||||||
"socket.io",
|
"socket.io",
|
||||||
"ws",
|
"ws",
|
||||||
"testing",
|
"testing",
|
||||||
"websockets"
|
"websockets",
|
||||||
|
"release"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -105,7 +105,7 @@
|
|||||||
"ioredis": "5.8.2",
|
"ioredis": "5.8.2",
|
||||||
"json-loader": "0.5.7",
|
"json-loader": "0.5.7",
|
||||||
"kafkajs": "2.2.4",
|
"kafkajs": "2.2.4",
|
||||||
"lerna": "^9.0.3",
|
"lerna": "9.0.3",
|
||||||
"lerna-changelog": "2.2.0",
|
"lerna-changelog": "2.2.0",
|
||||||
"light-my-request": "6.6.0",
|
"light-my-request": "6.6.0",
|
||||||
"lint-staged": "16.2.7",
|
"lint-staged": "16.2.7",
|
||||||
|
|||||||
10
package.json
10
package.json
@@ -42,12 +42,12 @@
|
|||||||
"lint:spec": "node --max-old-space-size=4096 ./node_modules/.bin/eslint 'packages/**/**.spec.ts'",
|
"lint:spec": "node --max-old-space-size=4096 ./node_modules/.bin/eslint 'packages/**/**.spec.ts'",
|
||||||
"lint:ci": "concurrently 'npm run lint:packages' 'npm run lint:spec'",
|
"lint:ci": "concurrently 'npm run lint:packages' 'npm run lint:spec'",
|
||||||
"prerelease": "gulp copy-misc",
|
"prerelease": "gulp copy-misc",
|
||||||
"publish": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --force-publish --exact -m \"chore(@nestjs) publish %s release\"",
|
"publish": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --force-publish --exact -m \"chore(release): publish %s release\"",
|
||||||
"prepublishOnly": "npm run changelog | pbcopy",
|
"prepublishOnly": "npm run changelog | pbcopy",
|
||||||
"publish:beta": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=beta -m \"chore(@nestjs) publish %s release\"",
|
"publish:beta": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=beta -m \"chore(release): publish %s release\"",
|
||||||
"publish:next": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=next --skip-git -m \"chore(@nestjs) publish %s release\"",
|
"publish:next": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=next --skip-git -m \"chore(release): publish %s release\"",
|
||||||
"publish:rc": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=rc -m \"chore(@nestjs) publish %s release\"",
|
"publish:rc": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=rc -m \"chore(release): publish %s release\"",
|
||||||
"publish:test": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --force-publish --npm-tag=test --skip-git -m \"chore(@nestjs) publish %s release\"",
|
"publish:test": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --force-publish --npm-tag=test --skip-git -m \"chore(release): publish %s release\"",
|
||||||
"prepare": "husky"
|
"prepare": "husky"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
|||||||
Reference in New Issue
Block a user