mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +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
|