test: 💍 test cz

This commit is contained in:
gengyang 2020-02-22 19:54:40 +08:00
parent 6d013e18f9
commit a71ec77085
2 changed files with 6 additions and 7 deletions

View File

@ -9,22 +9,24 @@
"lint:fix": "tslint --fix -p tsconfig.json",
"build": "lerna run build",
"test": "lerna run test",
"test:snapshot": "lerna run test:snapshot"
"test:snapshot": "lerna run test:snapshot",
"commit": "git-cz"
},
"devDependencies": {
"@ice/spec": "^0.1.4",
"@types/node": "^10.12.18",
"ava": "^1.0.1",
"commitizen": "^3.0.5",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^6.0.1",
"git-cz": "^4.3.1",
"husky": "^1.3.1",
"lerna": "^2.11.0",
"lint-staged": "^8.1.0",
"prettier": "^1.15.3",
"rimraf": "^2.6.3",
"ts-node": "^7.0.1",
"typescript": "^3.2.2",
"@ice/spec": "^0.1.4",
"eslint": "^6.0.1"
"typescript": "^3.2.2"
},
"engines": {
"node": "^8 || ^10"

View File

@ -7,8 +7,5 @@
"object-literal-sort-keys": false,
"no-var-requires": false,
"no-console": false
},
"linterOptions": {
"exclude": ["test/**/*"]
}
}