We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f36c1 commit 46f9fccCopy full SHA for 46f9fcc
bin/dev
@@ -1,3 +1,3 @@
1
#!/bin/sh -e
2
3
-exec node_modules/.bin/watchy -w src -- bin/build
+exec node_modules/.bin/watchy -w 'src/**' -- bin/build
package.json
@@ -18,12 +18,12 @@
18
}
19
},
20
"devDependencies": {
21
- "@types/node": "22",
+ "@types/node": "24",
22
"eslint-config-coderiety": "2",
23
"eslint": "9",
24
"kiss-test": "0.2",
25
"typescript": "5",
26
- "watchy": "0.10"
+ "watchy": "0.12"
27
28
"files": [
29
"/src",
0 commit comments