"husky": { "hooks": { "pre-commit": "pretty-quick --staged && ng lint && ng test", "pre-push": "ng build --aot true" } }
確定! 回上一頁