Browse Source

adding the pull command to our npm scripts

Ben Dwyer 4 năm trước cách đây
mục cha
commit
f1fe79902f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      package.json

+ 1 - 0
package.json

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