mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
@@ -682,8 +682,9 @@ export function getRules(configuration: Configuration): Rules {
|
||||
/* tslint:disable-next-line:max-line-length */
|
||||
changelog: 'conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m \'docs: update changelog\'',
|
||||
'check-configuration': 'openstapps-configuration',
|
||||
postversion: 'npm run changelog && git push && git push origin "v$npm_package_version"',
|
||||
postversion: 'npm run changelog',
|
||||
preversion: 'npm run prepublishOnly',
|
||||
push: 'git push && git push origin "v$npm_package_version"',
|
||||
tslint: 'tslint -p tsconfig.json -c tslint.json \'src/**/*.ts\'',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user