first
This commit is contained in:
11
node_modules/yorkie/bin/uninstall.js
generated
vendored
Normal file
11
node_modules/yorkie/bin/uninstall.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
'use strict'
|
||||
|
||||
// Run when package is uninstalled
|
||||
const path = require('path')
|
||||
const uninstallFrom = require('../src/uninstall')
|
||||
|
||||
console.log('husky')
|
||||
console.log('uninstalling Git hooks')
|
||||
|
||||
const depDir = path.join(__dirname, '..')
|
||||
uninstallFrom(depDir)
|
Reference in New Issue
Block a user