Skip to content

Commit

Permalink
feat(vendure-scripts): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Nov 12, 2024
1 parent e3d3031 commit b132f69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vendure-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
],
"scripts": {
"build": "rimraf dist && tsc",
"test": "vitest run"
"test": "vitest run",
"lint": "echo 'No linting configured'"
},
"dependencies": {
"prompt-confirm": "^2.0.4"
Expand Down

0 comments on commit b132f69

Please sign in to comment.