mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: disable NPM update notice while running lint (#2438)
Disable NPM update notice while running lint
This commit is contained in:
@ -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/
|
||||
|
Reference in New Issue
Block a user