Make docker build work.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user