From 9dc05ecf240bf8655c81404012570d141e8f41bd Mon Sep 17 00:00:00 2001 From: Maxim Belov Date: Fri, 16 Feb 2024 10:09:29 +0200 Subject: [PATCH] fix --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1e5a03390..08ec5fe20 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "publish:ci": "lerna version -m 'chore(release): publish [skip ci]' --exact --conventional-commits --yes && lerna exec --no-private --since HEAD~ -- npm publish --provenance" }, "devDependencies": { + "@types/inquirer": "0.0.43", "chokidar-cli": "^2.0.0", "husky": "^4.2.0", "lerna": "^3.13.3",