adding the pull command to our npm scripts
This commit is contained in:
parent
0fe5dd04b1
commit
f1fe79902f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
"prettier": "@wordpress/prettier-config",
|
||||
"scripts": {
|
||||
"sandbox:clean": "./sandbox.sh clean",
|
||||
"sandbox:pull": "./sandbox.sh pull",
|
||||
"sandbox:push": "./sandbox.sh push",
|
||||
"sandbox:push:ignore": "./sandbox.sh push --ignore",
|
||||
"sandbox:push:force": "./sandbox.sh push --force",
|
||||
|
|
Loading…
Reference in a new issue