Make docker build work.

This commit is contained in:
2024-01-17 07:16:16 +00:00
parent b03cb436b0
commit 6c23337f02

View File

@@ -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",