mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
@@ -10,7 +10,7 @@
|
|||||||
"install": "node lib/cli.js -p $INIT_CWD || true",
|
"install": "node lib/cli.js -p $INIT_CWD || true",
|
||||||
"prepublishOnly": "npm ci && npm run build",
|
"prepublishOnly": "npm ci && npm run build",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"tslint": "tslint 'src/**/*.ts'"
|
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -571,6 +571,7 @@ export function getRules(configuration: Configuration): Rules {
|
|||||||
/* tslint:disable-next-line:max-line-length */
|
/* 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\'',
|
'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',
|
'check-configuration': 'openstapps-configuration',
|
||||||
|
tslint: 'tslint -p tsconfig.json -c tslint.json \'src/**/*.ts\'',
|
||||||
};
|
};
|
||||||
|
|
||||||
// list of expected licenses
|
// list of expected licenses
|
||||||
|
|||||||
Reference in New Issue
Block a user