Don't distribute boot src files

[#179017951]
This commit is contained in:
Steve Gravrock
2021-09-03 15:40:41 -07:00
parent d61800c5c8
commit 6603ed7ddc
7 changed files with 7 additions and 5 deletions

View File

@@ -12,7 +12,8 @@ module.exports = {
'core/Suite.js',
'core/**/*.js',
'html/**/*.js',
'**/*.js'
'**/*.js',
'!boot/**.js'
],
specDir: 'spec',
specFiles: ['**/*[Ss]pec.js', '!npmPackage/**/*'],