Skip to content

Commit

Permalink
Ditch npx (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Dec 1, 2024
1 parent ee6041b commit 63efab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"prod:build": "echo 'The build process'",
"scss:cs": "npx stylelint resources/sass/*.scss",
"js:eslint": "npx eslint resources/js/*.js"
"scss:cs": "stylelint resources/sass/*.scss",
"js:eslint": "eslint resources/js/*.js"
}
}

0 comments on commit 63efab5

Please sign in to comment.