mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01: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
|