Skip to content

Commit

Permalink
Remove unnecessary npx in npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
phanect committed Oct 17, 2024
1 parent e8fadd4 commit 4bd8b4f
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 @@ -48,6 +48,6 @@
},
"scripts": {
"build": "jake build",
"test": "npx jake test"
"test": "jake test"
}
}

0 comments on commit 4bd8b4f

Please sign in to comment.