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 3b9b0bd commit 33fc32dCopy full SHA for 33fc32d
package.json
@@ -20,7 +20,7 @@
20
"yarn.lock"
21
],
22
"scripts": {
23
- "build": "run tsc && run vite build",
+ "build": "tsc && vite build",
24
"prepublishOnly": "npm run build"
25
},
26
"dependencies": {
0 commit comments