We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3212c75 commit 4363e1dCopy full SHA for 4363e1d
1 file changed
package.json
@@ -31,7 +31,7 @@
31
"vitest": "1.6.1"
32
},
33
"scripts": {
34
- "build": "tsup",
+ "build": "tsup && tsc",
35
"dev": "tsup --watch",
36
"test": "vitest run",
37
"test:watch": "vitest",
0 commit comments