이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
heuzef
/
lesspass
의 미러
https://github.com/lesspass/lesspass.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
67
위키
활동
소스 검색
Add husky to prevent commit without green tests
pull/342/head
Guillaume Vincent
7 년 전
부모
64a25b9408
커밋
da019fb5d7
1개의 변경된 파일
과
4개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
package.json
+ 4
- 1
package.json
파일 보기
@@ -18,6 +18,8 @@
},
"repository": "lesspass/cli",
"scripts": {
"precommit": "npm test",
"prepush": "npm test",
"test": "ava"
},
"dependencies": {
@@ -29,6 +31,7 @@
},
"devDependencies": {
"ava": "^0.18.2",
"execa": "^0.6.0"
"execa": "^0.6.0",
"husky": "^0.13.2"
}
}
쓰기
미리보기
불러오는 중...
취소
저장