diff --git a/package.json b/package.json index 2c170eac5..69ed07a90 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "husky.sh" ], "scripts": { + "preuninstall": "node lib/bin uninstall", "build": "tsc", "test": "sh test/all.sh", "lint": "eslint src --ext .ts",