adding the pull command to our npm scripts

This commit is contained in:
Ben Dwyer 2021-06-10 09:37:51 +01:00
parent 0fe5dd04b1
commit f1fe79902f

View file

@ -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",