We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee1ebf commit 0ad2e7bCopy full SHA for 0ad2e7b
1 file changed
package.json
@@ -16,7 +16,8 @@
16
"dist"
17
],
18
"scripts": {
19
- "build": "tsc"
+ "build": "tsc",
20
+ "test": "echo \"Error: no test specified\" && exit 0"
21
},
22
"devDependencies": {
23
"commandkit": "^1.0.0-dev.20250710125439",
0 commit comments