From dec53b003fe99e86b462504e5f4e1e822f2d1530 Mon Sep 17 00:00:00 2001 From: TheAfroOfDoom Date: Sat, 20 Jan 2024 17:24:51 -0500 Subject: [PATCH] change default `yarn start lint` script to run custom lint rules on all files instead of just resourcepack files --- package-scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-scripts.js b/package-scripts.js index 596be713b..0682ea821 100644 --- a/package-scripts.js +++ b/package-scripts.js @@ -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',