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 aeb165d commit 3311d4dCopy full SHA for 3311d4d
package.json
@@ -14,11 +14,11 @@
14
},
15
"scripts": {
16
"start": "cgb-scripts start",
17
- "build": "cgb-scripts build",
+ "build": "npm run build:assets && npm run archive",
18
+ "build:assets": "cgb-scripts build",
19
"distclean": "rm -rf node_modules && rm -rf dist",
20
"preinstall": "npx npm-force-resolutions",
- "archive": "composer archive --file=$npm_package_name --format=zip",
21
- "release": "npm run build && npm run archive"
+ "archive": "composer archive --file=$npm_package_name --format=zip"
22
23
"dependencies": {
24
"@wordpress/escape-html": "1.9.0",
0 commit comments