Skip to content

Commit

Permalink
chore: Auto-fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Sep 20, 2023
1 parent 321ebd4 commit ee30dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ee30dfb

Please sign in to comment.