mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 17:12:02 +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"]
|
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/
|
||||||
|
Loading…
Reference in New Issue
Block a user