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 ab8b7be commit df02dbfCopy full SHA for df02dbf
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"lint": "eslint .",
7
"lint:fix": "eslint . --fix",
8
- "build": "bun build.ts"
+ "build": "tsc && bun build.ts"
9
},
10
"dependencies": {
11
"@vueuse/core": "12.5.0",
0 commit comments