We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385e3de commit 1ecf855Copy full SHA for 1ecf855
1 file changed
package.json
@@ -19,6 +19,9 @@
19
"bin": {
20
"sync-agents": "src/sh/sync-agents.sh"
21
},
22
+ "files": [
23
+ "src/**/*"
24
+ ],
25
"scripts": {
26
"test": "npx bats test/"
27
0 commit comments