Skip to content

Commit

Permalink
build: fix lint:fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Jan 25, 2024
1 parent f07c83b commit aa1aac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"lint:js": "eslint \"./**/*.js\"",
"lint:markdown": "electron-markdownlint \"*.md\"",
"lint:templates": "standard \"static/**/*.js\"",
"lint:links": "electron-lint-markdown-links --root . --fetch-external-links \"*.md\"",
"lint:fix": "npm-run-all \"lint:!(fix) -- --fix\"",
"lint:links": "electron-lint-markdown-links --fetch-external-links \"*.md\"",
"lint:fix": "npm-run-all \"lint:!(fix|links) -- --fix\"",
"lint": "npm-run-all \"lint:!(fix)\"",
"make": "electron-forge make",
"package": "electron-forge package",
Expand Down

0 comments on commit aa1aac4

Please sign in to comment.