diff options
Diffstat (limited to 'api/package.json')
-rw-r--r-- | api/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/package.json b/api/package.json index d2070850..7b2de011 100644 --- a/api/package.json +++ b/api/package.json @@ -8,7 +8,7 @@ "test": "jest", "test:watch": "jest --watch", "start": "npm run build && node dist/start", - "build": "npx typescript -b .", + "build": "npx tsc -b .", "build-docker": "tsc -p tsconfig-docker.json", "dev": "tsnd --respawn src/start.ts" }, |