Skip to content

Commit

Permalink
[core] Fix webpack capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 9, 2024
1 parent d7c7839 commit 88d593e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ For development `pnpm test:e2e:dev` and `pnpm test:e2e:run --watch` in separate
| `pnpm test:e2e` | Full run |
| `pnpm test:e2e:dev` | Prepares the fixtures to be able to test in watchmode |
| `pnpm test:e2e:run` | Runs the tests (requires `pnpm test:e2e:dev` or `pnpm test:e2e:build`+`pnpm test:e2e:server`) |
| `pnpm test:e2e:build` | Builds the Webpack bundle for viewing the fixtures |
| `pnpm test:e2e:build` | Builds the webpack bundle for viewing the fixtures |
| `pnpm test:e2e:server` | Serves the fixture bundle. |
2 changes: 1 addition & 1 deletion test/regressions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ For development `pnpm test:regressions:dev` and `pnpm test:regressions:run --wat
| `pnpm test:regressions` | Full run |
| `pnpm test:regressions:dev` | Prepares the fixtures to be able to test in watchmode |
| `pnpm test:regressions:run` | Runs the tests (requires `pnpm test:regressions:dev` or `pnpm test:regressions:build`+`pnpm test:regressions:server`) |
| `pnpm test:regressions:build` | Builds the Webpack bundle for viewing the fixtures |
| `pnpm test:regressions:build` | Builds the webpack bundle for viewing the fixtures |
| `pnpm test:regressions:server` | Serves the fixture bundle. |

0 comments on commit 88d593e

Please sign in to comment.