From 86653e3b1ee4747564f2e6a5b58da6f978b2cfb3 Mon Sep 17 00:00:00 2001 From: Kalle <15094562+ThatKalle@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:29:45 +0100 Subject: [PATCH] remove npm funding message on build --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fa9bacc..3df1033 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,5 +22,5 @@ } }, - "postCreateCommand": "npm i lv_i18n -g" + "postCreateCommand": "npm install lv_i18n -g --no-fund" }