combine install and setup and refactor all

This commit is contained in:
Matt Hill
2026-01-13 13:11:10 -07:00
committed by Aiden McClelland
parent 645083913c
commit 42ef2bdf7e
52 changed files with 2156 additions and 2023 deletions

View File

@@ -4,7 +4,6 @@ module.exports = {
'projects/ui/**/*.ts': () => 'npm run check:ui',
'projects/shared/**/*.ts': () => 'npm run check:shared',
'projects/marketplace/**/*.ts': () => 'npm run check:marketplace',
'projects/install-wizard/**/*.ts': () => 'npm run check:install',
'projects/setup-wizard/**/*.ts': () => 'npm run check:setup',
'projects/start-tunnel/**/*.ts': () => 'npm run check:tunnel',
}