Skip to content

Commit

Permalink
Add missing dependency to e2e build
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity authored and IanRamosC committed Mar 7, 2025
1 parent 644c693 commit 083bd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/plugins/boost/tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "GPL-2.0-or-later",
"author": "Automattic",
"scripts": {
"build": "pnpm jetpack build plugins/jetpack plugins/boost js-packages/image-guide js-packages/critical-css-gen packages/plugin-deactivation packages/connection packages/jitm packages/my-jetpack -v --no-pnpm-install --production",
"build": "pnpm jetpack build plugins/jetpack plugins/boost js-packages/image-guide js-packages/critical-css-gen packages/plugin-deactivation packages/connection packages/jitm packages/my-jetpack packages/assets -v --no-pnpm-install --production",
"clean": "rm -rf output",
"config:decrypt": "openssl enc -md sha1 -aes-256-cbc -d -pass env:CONFIG_KEY -in ./node_modules/_jetpack-e2e-commons/config/encrypted.enc -out ./config/local.cjs",
"distclean": "rm -rf node_modules",
Expand Down

0 comments on commit 083bd8f

Please sign in to comment.