mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-22 01:10:28 +00:00
test: 💍 test cz
This commit is contained in:
parent
6d013e18f9
commit
a71ec77085
10
package.json
10
package.json
@ -9,22 +9,24 @@
|
|||||||
"lint:fix": "tslint --fix -p tsconfig.json",
|
"lint:fix": "tslint --fix -p tsconfig.json",
|
||||||
"build": "lerna run build",
|
"build": "lerna run build",
|
||||||
"test": "lerna run test",
|
"test": "lerna run test",
|
||||||
"test:snapshot": "lerna run test:snapshot"
|
"test:snapshot": "lerna run test:snapshot",
|
||||||
|
"commit": "git-cz"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@ice/spec": "^0.1.4",
|
||||||
"@types/node": "^10.12.18",
|
"@types/node": "^10.12.18",
|
||||||
"ava": "^1.0.1",
|
"ava": "^1.0.1",
|
||||||
"commitizen": "^3.0.5",
|
"commitizen": "^3.0.5",
|
||||||
"cz-conventional-changelog": "^2.1.0",
|
"cz-conventional-changelog": "^2.1.0",
|
||||||
|
"eslint": "^6.0.1",
|
||||||
|
"git-cz": "^4.3.1",
|
||||||
"husky": "^1.3.1",
|
"husky": "^1.3.1",
|
||||||
"lerna": "^2.11.0",
|
"lerna": "^2.11.0",
|
||||||
"lint-staged": "^8.1.0",
|
"lint-staged": "^8.1.0",
|
||||||
"prettier": "^1.15.3",
|
"prettier": "^1.15.3",
|
||||||
"rimraf": "^2.6.3",
|
"rimraf": "^2.6.3",
|
||||||
"ts-node": "^7.0.1",
|
"ts-node": "^7.0.1",
|
||||||
"typescript": "^3.2.2",
|
"typescript": "^3.2.2"
|
||||||
"@ice/spec": "^0.1.4",
|
|
||||||
"eslint": "^6.0.1"
|
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^8 || ^10"
|
"node": "^8 || ^10"
|
||||||
|
|||||||
@ -7,8 +7,5 @@
|
|||||||
"object-literal-sort-keys": false,
|
"object-literal-sort-keys": false,
|
||||||
"no-var-requires": false,
|
"no-var-requires": false,
|
||||||
"no-console": false
|
"no-console": false
|
||||||
},
|
|
||||||
"linterOptions": {
|
|
||||||
"exclude": ["test/**/*"]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user