mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: move vpm.v into its own cmd/tools/vpm/ module (#19659)
This commit is contained in:
parent
0f81e3bfd7
commit
c09b66b00b
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import v.util
|
|||
// should be compiled (v folder).
|
||||
// To implement that, these folders are initially skipped, then added
|
||||
// as a whole *after the testing.prepare_test_session call*.
|
||||
const tools_in_subfolders = ['vdoc', 'vvet', 'vast', 'vwhere', 'vcreate']
|
||||
const tools_in_subfolders = ['vast', 'vcreate', 'vdoc', 'vpm', 'vvet', 'vwhere']
|
||||
|
||||
// non_packaged_tools are tools that should not be packaged with
|
||||
// prebuild versions of V, to keep the size smaller.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue