diff --git a/backend/package.json b/backend/package.json index 1acfbb113..9d5f1fc89 100644 --- a/backend/package.json +++ b/backend/package.json @@ -20,7 +20,9 @@ ], "main": "index.ts", "scripts": { - "build": "tsc", + "ng": "./node_modules/@angular/cli/bin/ng", + "tsc": "./node_modules/typescript/bin/tsc", + "build": "npm run tsc", "start": "node --max-old-space-size=4096 dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" },