Unverified Commit 3a5deefe authored by Athurg Gooth's avatar Athurg Gooth Committed by GitHub

chore: disable NPM update notice while running lint (#2438)

Disable NPM update notice while running lint
parent 2c71371b
...@@ -60,7 +60,7 @@ services: ...@@ -60,7 +60,7 @@ services:
profiles: ["tools"] profiles: ["tools"]
image: node:18-alpine image: node:18-alpine
working_dir: /work working_dir: /work
command: npm run lint command: npm --no-update-notifier run lint
volumes: volumes:
- ./web:/work - ./web:/work
- ./.air/node_modules/:/work/node_modules/ - ./.air/node_modules/:/work/node_modules/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment