Skip to content

Commit

Permalink
Added process-images to npm run build
Browse files Browse the repository at this point in the history
Added process-images to npm run build
  • Loading branch information
ZoomREI authored Nov 18, 2024
2 parents 4c70571 + 85b37f1 commit 9cbc7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wp-content/plugins/carrot-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --webpack-copy-php && npm run build:css",
"build": "wp-scripts build --webpack-copy-php && npm run build:css && npm run process-images",
"process-images": "node build-scripts/process-images.js",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
Expand Down
2 changes: 1 addition & 1 deletion wp-content/plugins/chris-buys-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --webpack-copy-php && npm run build:css",
"build": "wp-scripts build --webpack-copy-php && npm run build:css && npm run process-images",
"process-images": "node build-scripts/process-images.js",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
Expand Down

0 comments on commit 9cbc7fe

Please sign in to comment.