Merge branch 'babeld'
Showing
ansible/babeld.conf.j2
0 → 100644
| ... | @@ -4,7 +4,8 @@ | ... | @@ -4,7 +4,8 @@ |
| "description": "", | "description": "", | ||
| "scripts": { | "scripts": { | ||
| "build": "tsc", | "build": "tsc", | ||
| "start": "node build/inventory.js" | "start": "node build/inventory.js", | ||
| "all": "npm run build && npm start" | |||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@types/ip": "^1.1.0", | "@types/ip": "^1.1.0", | ||
| ... | ... |
Please register or sign in to comment