Skip to content

Commit

Permalink
change default yarn start lint script to run custom lint rules on a…
Browse files Browse the repository at this point in the history
…ll files instead of just resourcepack files
  • Loading branch information
TheAfroOfDoom committed Jan 20, 2024
1 parent 57d929a commit dec53b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
),
},
lint: {
default: 'nps lint.custom.resourcepack lint.scripts',
default: 'nps lint.custom lint.scripts',
fix: 'nps lint.scripts.fix',
scripts: {
default: 'nps lint.scripts.check',
Expand Down

0 comments on commit dec53b0

Please sign in to comment.