From ee30dfba9e0e43371dccde018509c3a9886812c8 Mon Sep 17 00:00:00 2001 From: Nick Evans <2616208+nickevansuk@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:59:52 +0100 Subject: [PATCH] chore: Auto-fix lint issues --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1aae5f..31caccf 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "lint": "eslint \"src/**/*.js\" \"scripts/**/*.js\"", "lint-fix": "eslint --fix \"src/**/*.js\" \"scripts/**/*.js\"", "prepare": "npm run build", - "pretest": "npm run build && npm run lint", + "pretest": "npm run build && npm run lint-fix", "test": "npm run test-no-lint", "test-no-lint": "jasmine", "test-debug": "node --inspect-brk -i ./node_modules/jasmine/bin/jasmine.js",