This website works better with JavaScript.
首頁
說明
登入
heuzef
/
lesspass
镜像来自
https://github.com/lesspass/lesspass.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
67
Wiki
Activity
瀏覽代碼
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"
}
}
Write
Preview
Loading…
取消
儲存