mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
@@ -10,7 +10,7 @@
|
||||
"install": "node lib/cli.js -p $INIT_CWD || true",
|
||||
"prepublishOnly": "npm ci && npm run build",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -571,6 +571,7 @@ 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',
|
||||
tslint: 'tslint -p tsconfig.json -c tslint.json \'src/**/*.ts\'',
|
||||
};
|
||||
|
||||
// list of expected licenses
|
||||
|
||||
Reference in New Issue
Block a user