This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
Add husky to prevent commit without green tests
pull/342/head
Guillaume Vincent
7 years ago
parent
64a25b9408
commit
da019fb5d7
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
package.json
+ 4
- 1
package.json
View File
@@ -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…
Cancel
Save