Skip to content

Commit

Permalink
Merge branch 'master' into issue-2843/refactor-e2e-tests-from-puppete…
Browse files Browse the repository at this point in the history
…r-to-playwright
  • Loading branch information
mahdikhashan authored Jul 28, 2024
2 parents 0ecb064 + 2343ca0 commit f1cb666
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
"noselect",
"rgba",
"longpaths"
"noselect",
"commitlint"
],
"ignorePaths": [
"CHANGELOG.md",
Expand Down
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx --no-install commitlint --edit $1
commitlint --edit $1
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx lint-staged
lint-staged
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ CLI documentation: https://webpack.js.org/api/cli/.
Made with ♥ by the webpack team.
```

> **Note**
> [!NOTE]
>
> _Detailed documentation for above options is available on this [link](https://webpack.js.org/configuration/dev-server/)._
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"execa": "^5.1.1",
"html-webpack-plugin": "^5.5.3",
"http-proxy": "^1.18.1",
"husky": "^9.0.10",
"husky": "^9.1.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-mock": "^29.7.0",
Expand Down

0 comments on commit f1cb666

Please sign in to comment.