Skip to content

Commit

Permalink
Update build-plugins command
Browse files Browse the repository at this point in the history
  • Loading branch information
thelovekesh committed Apr 21, 2024
1 parent 7852792 commit 16605b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"since": "./bin/plugin/cli.js since",
"readme": "./bin/plugin/cli.js readme",
"build": "wp-scripts build",
"build-plugins": "npm-run-all 'build:plugin:!(performance-lab)'",
"build-plugins": "npm-run-all 'build:plugin:*'",
"build:plugin:performance-lab": "webpack --mode production --env plugin=performance-lab",
"build:plugin:auto-sizes": "webpack --mode production --env plugin=auto-sizes",
"build:plugin:dominant-color-images": "webpack --mode production --env plugin=dominant-color-images",
Expand Down

0 comments on commit 16605b4

Please sign in to comment.