Skip to content

Commit

Permalink
ci: replace watch with chokidar
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch committed Oct 17, 2024
1 parent 6c2e552 commit 0cf4aa5
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 100 deletions.
235 changes: 168 additions & 67 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 @@ -104,6 +104,7 @@
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"buffer": "^6.0.3",
"chokidar": "^4.0.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^9.12.0",
Expand All @@ -125,7 +126,6 @@
"style-loader": "^4.0.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.1",
"watch": "1.0.2",
"webpack-merge": "^6.0.1"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 0cf4aa5

Please sign in to comment.