diff options
Diffstat (limited to 'gateway/package.json')
-rw-r--r-- | gateway/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gateway/package.json b/gateway/package.json index 541df1cb..e55ebe30 100644 --- a/gateway/package.json +++ b/gateway/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "npm run build && node dist/start.js", - "build": "npx typescript -b .", + "build": "npx tsc -b .", "dev": "tsnd --respawn src/start.ts" }, "keywords": [], |