summary refs log tree commit diff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/package.json b/util/package.json

index 640d8926..a4dd11c7 100644 --- a/util/package.json +++ b/util/package.json
@@ -8,7 +8,7 @@ "start": "npm run build && node dist/", "test": "npm run build && jest", "postinstall": "npm run build", - "build": "tsc -b ." + "build": "npx swc src --out-dir dist" }, "repository": { "type": "git",