From 3a5deefe111d04d94e8abd5cd4d66797df1501a6 Mon Sep 17 00:00:00 2001 From: Athurg Gooth Date: Wed, 25 Oct 2023 10:00:45 +0800 Subject: [PATCH] chore: disable NPM update notice while running lint (#2438) Disable NPM update notice while running lint --- docker-compose.dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.dev.yaml b/docker-compose.dev.yaml index 7830ec97..5cc8de62 100644 --- a/docker-compose.dev.yaml +++ b/docker-compose.dev.yaml @@ -60,7 +60,7 @@ services: profiles: ["tools"] image: node:18-alpine working_dir: /work - command: npm run lint + command: npm --no-update-notifier run lint volumes: - ./web:/work - ./.air/node_modules/:/work/node_modules/