mirror of
https://github.com/usememos/memos.git
synced 2024-12-18 16:41:44 +03:00
chore: disable NPM update notice while running lint (#2438)
Disable NPM update notice while running lint
This commit is contained in:
parent
2c71371b29
commit
3a5deefe11
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user