Use application installed Grunt instead of requiring global install
This commit is contained in:
parent
fc7c6f0b7f
commit
0f67d858e9
|
@ -9,7 +9,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"command": "grunt assets",
|
"command": "pnpx grunt assets",
|
||||||
"forwardAllArgs": false
|
"forwardAllArgs": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -25,11 +25,11 @@
|
||||||
"options": {
|
"options": {
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"command": "grunt eslint",
|
"command": "pnpx grunt eslint",
|
||||||
"forwardAllArgs": false
|
"forwardAllArgs": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "grunt stylelint",
|
"command": "pnpx grunt stylelint",
|
||||||
"forwardAllArgs": false
|
"forwardAllArgs": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
"build-watch": {
|
"build-watch": {
|
||||||
"executor": "@nrwl/workspace:run-commands",
|
"executor": "@nrwl/workspace:run-commands",
|
||||||
"options": {
|
"options": {
|
||||||
"command": "grunt watch",
|
"command": "pnpx grunt watch",
|
||||||
"cwd": "plugins/woocommerce/legacy"
|
"cwd": "plugins/woocommerce/legacy"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue