move cli to top level

This commit is contained in:
Connor Peet
2022-09-20 08:42:44 -07:00
parent 3ca6d73169
commit 3762635fe1
50 changed files with 1 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ module.exports.all = [
'scripts/**/*',
'src/**/*',
'test/**/*',
'!src/cli/**/*',
'!cli/**/*',
'!out*/**',
'!test/**/out/**',
'!**/node_modules/**',