We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa0596 commit 94c1147Copy full SHA for 94c1147
package.json
@@ -24,6 +24,7 @@
24
"start": "tsdx watch",
25
"build": "tsdx build",
26
"lint": "tsdx lint",
27
+ "test": "echo \"No test specified\" && exit 1",
28
"prepare": "tsdx build",
29
"size": "size-limit",
30
"analyze": "size-limit --why"
0 commit comments