Skip to content

Commit

Permalink
Correct npm script syntax
Browse files Browse the repository at this point in the history
Had no practical impact
  • Loading branch information
MattiSG committed Nov 28, 2023
1 parent 02e4be9 commit ed9d109
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 @@ -3,7 +3,7 @@
"license": "AGPL-3.0",
"scripts": {
"lint": "ota lint",
"lint:fix": "ota lint -- --fix",
"lint:fix": "ota lint --fix",
"test": "ota lint && ota validate",
"test:schema": "ota validate --schema-only",
"test:modified": "ota validate --modified",
Expand Down

0 comments on commit ed9d109

Please sign in to comment.