We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51bcd1 commit 9747ed8Copy full SHA for 9747ed8
1 file changed
wp-blocks/mcld-services/package.json
@@ -12,7 +12,9 @@
12
"lint:js": "wp-scripts lint-js",
13
"packages-update": "wp-scripts packages-update",
14
"plugin-zip": "wp-scripts plugin-zip",
15
- "start": "wp-scripts start --blocks-manifest"
+ "start": "wp-scripts start --blocks-manifest",
16
+ "server:start": "wp-env start",
17
+ "server:stop": "wp-env stop"
18
},
19
"dependencies": {
20
"@wordpress/block-editor": "latest",
0 commit comments