Skip to content

Commit 527897d

Browse files
committed
.
1 parent 5ab10ce commit 527897d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

netepScript.v0-9-04.sh renamed to netepscript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
GREEN='\033[0;32m'
44
BLUE='\033[0;34m'

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
"description": "Automatiza la configuración inicial de proyectos Node.js con Express, TypeScript, ESLint y Prettier",
55
"main": "index.js",
66
"bin": {
7-
"netepScript": "./netepScript.v0-9-4.sh"
7+
"netepScript": "./netepscript.sh"
88
},
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 0",
11-
"release": "npm version patch && git push origin main --tags"
11+
"release": "npm version patch && git push origin main --tags",
12+
"start": "./netepscript.sh"
1213
},
1314
"keywords": [],
1415
"author": "Synergy2Devs",

0 commit comments

Comments
 (0)