aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/package.json')
-rw-r--r--packages/main/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/main/package.json b/packages/main/package.json
index 48268fb..b93dec0 100644
--- a/packages/main/package.json
+++ b/packages/main/package.json
@@ -5,7 +5,7 @@
5 "main": "dist/index.cjs", 5 "main": "dist/index.cjs",
6 "types": "dist-types/index.d.ts", 6 "types": "dist-types/index.d.ts",
7 "scripts": { 7 "scripts": {
8 "clean": "rimraf dist dist-types tsconfig.tsbuildinfo", 8 "clean": "rimraf dist tsconfig.tsbuildinfo",
9 "build": "vite build", 9 "build": "vite build",
10 "typecheck": "tsc" 10 "typecheck": "tsc"
11 }, 11 },