Skip to content

Commit

Permalink
fix: stacks cli path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 15, 2022
1 parent 2e7fd3a commit cea52ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/basic/index.js
Expand Up @@ -151,7 +151,7 @@ module.exports = {
},
},
{
files: ['./.stacks/scripts/**/*.*', './.stacks/src/cli/*.*'],
files: ['./.stacks/scripts/**/*.*', './.stacks/cli/**/*.*'],
rules: {
'no-console': 'off',
},
Expand Down

0 comments on commit cea52ac

Please sign in to comment.