Changing dlx to exec for grunt package

This commit is contained in:
Joel T 2022-04-13 12:31:36 -07:00
parent cdc7901982
commit 40c6ae32ff
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
"options": {
"commands": [
{
"command": "pnpm dlx grunt assets",
"command": "pnpm exec grunt assets",
"forwardAllArgs": false
}
],
@ -25,11 +25,11 @@
"options": {
"commands": [
{
"command": "pnpm dlx grunt eslint",
"command": "pnpm exec grunt eslint",
"forwardAllArgs": false
},
{
"command": "pnpm dlx grunt stylelint",
"command": "pnpm exec grunt stylelint",
"forwardAllArgs": false
}
],