mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
add husky
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npm run build:version
|
||||
@@ -1,3 +0,0 @@
|
||||
require('child_process').exec('git rev-parse HEAD', function(err, stdout) {
|
||||
console.log('Last commit hash on this branch is:', stdout);
|
||||
});
|
||||
Reference in New Issue
Block a user