Skip to content

Commit

Permalink
refactor: options should come before path
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Engmark <[email protected]>
  • Loading branch information
paulfouquet and l0b0 authored Feb 18, 2024
1 parent b9858ad commit 96207e3
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 @@ -22,7 +22,7 @@
"scripts": {
"build": "tsc",
"lint": "npx eslint . --ignore-path .gitignore",
"format": "npx prettier . -w",
"format": "npx prettier --write .",
"test": "node --test build/"
},
"publishConfig": {
Expand Down

0 comments on commit 96207e3

Please sign in to comment.