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:
David Baker
2020-02-17 15:44:06 +00:00
parent fa3925194d
commit 19ee3d4aff
2 changed files with 60 additions and 0 deletions

View File

@@ -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',