fix
Showing
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| "description": "", | "description": "", | ||
| "scripts": { | "scripts": { | ||
| "build": "tsc", | "build": "tsc", | ||
| "start": "node build/inventory.ts " | "start": "node build/inventory.js" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@types/lodash": "^4.14.149", | "@types/lodash": "^4.14.149", | ||
| ... | ... |
Please register or sign in to comment