Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
clemensv authored Sep 14, 2024
1 parent 877541a commit 8d8b1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/avrotize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "npm run compile-tests && npm run compile && npm run lint",
"check-types": "tsc --noEmit",
"lint": "eslint src --ext .ts",
"lint": "eslint src",
"test": "vscode-test",
"deploy": "vsce publish --no-yarn"
},
Expand Down

0 comments on commit 8d8b1be

Please sign in to comment.