From cf28b65d16712a1bc3eb59e8a16f25c3da1856ec Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 7 Jan 2023 16:35:04 +0100 Subject: [PATCH] Add netlify-cli dependency. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 08d3f8e..f4268e4 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "@bauke/eslint-config": "^0.1.2", "@bauke/prettier-config": "^0.1.2", "@bauke/stylelint-config": "^0.1.2", + "netlify-cli": "^12.5.0", "stylelint": "^14.16.1", "xo": "^0.53.1" },