diff --git a/package.json b/package.json index 678c2f2..7e2ea2c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "debug": "node --inspect=9229 js/server", "bundle": "npm run compile && zip weather.zip -r js package.json package-lock.json", "deploy": "npm run bundle && eb deploy", - "compile": "tsc" + "compile": "./node_modules/typescript/bin/tsc" }, "dependencies": { "cors": "^2.8.5",