Explorar el Código

adding the pull command to our npm scripts

Ben Dwyer hace 4 años
padre
commit
f1fe79902f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -7,6 +7,7 @@
 	"prettier": "@wordpress/prettier-config",
 	"prettier": "@wordpress/prettier-config",
 	"scripts": {
 	"scripts": {
 		"sandbox:clean": "./sandbox.sh clean",
 		"sandbox:clean": "./sandbox.sh clean",
+		"sandbox:pull": "./sandbox.sh pull",
 		"sandbox:push": "./sandbox.sh push",
 		"sandbox:push": "./sandbox.sh push",
 		"sandbox:push:ignore": "./sandbox.sh push --ignore",
 		"sandbox:push:ignore": "./sandbox.sh push --ignore",
 		"sandbox:push:force": "./sandbox.sh push --force",
 		"sandbox:push:force": "./sandbox.sh push --force",