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

index 78495a97..d9a0ba6c 100644 --- a/gateway/package.json +++ b/gateway/package.json
@@ -8,7 +8,7 @@ "postinstall": "npx ts-patch install -s", "test": "echo \"Error: no test specified\" && exit 1", "start": "npm run build && node dist/start.js", - "build": "swc src --out-dir dist", + "build": "npx swc src --out-dir dist", "dev": "tsnd --respawn src/start.ts" }, "keywords": [],