diff --git a/.changeset/clever-pets-appear.md b/.changeset/clever-pets-appear.md new file mode 100644 index 000000000000..114cfde88318 --- /dev/null +++ b/.changeset/clever-pets-appear.md @@ -0,0 +1,5 @@ +--- +"wranglerjs-compat-webpack-plugin": patch +--- + +fix: build the webpack plugin along with the others diff --git a/package.json b/package.json index c5739fba9701..91b6d36e269c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "check:type": "npm run check:type --workspaces --if-present", "check:lint": "eslint \"packages/**/*.[tj]s?(x)\" --cache --cache-strategy content --max-warnings=0", "check:format": "prettier packages/** .changeset --check --ignore-unknown", - "build": "npm run build --workspace=wrangler --workspace=jest-environment-wrangler && npm run build --workspace=pages-plugin-example", + "build": "npm run build --workspace=wrangler --workspace=jest-environment-wrangler --workspace=pages-plugin-example --workspace=wranglerjs-compat-webpack-plugin", "test": "npm run test --workspaces --if-present", "prettify": "prettier packages/** --write --ignore-unknown" },