mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
8 lines
161 B
Makefile
8 lines
161 B
Makefile
|
# These commands must be run from the VictoriaMetrics repository root.
|
||
|
|
||
|
cspell-install:
|
||
|
npm install --prefix cspell
|
||
|
|
||
|
cspell-update:
|
||
|
npm update --prefix cspell
|