Add some checks for the tools we need
May not be exhastive, but useful on Windows where you need to remember to install stuff.
This commit is contained in:
@@ -26,6 +26,7 @@ const GENERALCOMMANDS = [
|
||||
|
||||
// These can only be run on specific modules
|
||||
const MODULECOMMANDS = [
|
||||
'check',
|
||||
'fetch',
|
||||
'link',
|
||||
'fetchDeps',
|
||||
@@ -34,7 +35,9 @@ const MODULECOMMANDS = [
|
||||
'clean',
|
||||
];
|
||||
|
||||
// Scripts valid in a hak.json 'scripts' section
|
||||
const HAKSCRIPTS = [
|
||||
'check',
|
||||
'fetch',
|
||||
'fetchDeps',
|
||||
'build',
|
||||
|
||||
Reference in New Issue
Block a user