Skip to content

Commit

Permalink
fix: include hidden stacks folder
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 28, 2022
1 parent 0dc70cc commit 4cae545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/basic/index.js
Expand Up @@ -31,6 +31,7 @@ module.exports = {
'!.github',
'!.vitepress',
'!.vscode',
'!.stacks',
],
plugins: [
'html',
Expand Down Expand Up @@ -147,7 +148,7 @@ module.exports = {
},
},
{
files: ['scripts/**/*.*', 'cli.*'],
files: ['./.stacks/scripts/**/*.*', 'cli.*'],
rules: {
'no-console': 'off',
},
Expand Down

0 comments on commit 4cae545

Please sign in to comment.