Skip to content

Commit

Permalink
fix: build the webpack plugin along with the others
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed May 19, 2022
1 parent efce511 commit 8529678
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clever-pets-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wranglerjs-compat-webpack-plugin": patch
---

fix: build the webpack plugin along with the others
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 8529678

Please sign in to comment.