We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab3125 commit 683f6f1Copy full SHA for 683f6f1
package.json
@@ -4,7 +4,7 @@
4
"version": "1.13.1",
5
"scripts": {
6
"start-plugin": "wp-scripts start",
7
- "plugin-build": "NODE_ENV=development wp-scripts build",
+ "plugin-build": "NODE_ENV=production wp-scripts build",
8
"linux:make-zip": "npm run plugin-build && zip -r logo_maker_plugin.zip index.php plugin_build && mv logo_maker_plugin.zip development/",
9
"font:all": "npm run font:config && npm run font:download",
10
"font:config": "node development/createFontConfigFile.js",
0 commit comments