Skip to content
Snippets Groups Projects

Resolves - Provisional Release Setup

Files
30
.husky/pre-push 0 → 100644
+ 4
0
 
#!/bin/bash
 
 
npm run pretty-quick -- --staged;
 
npm run lint;
Loading