Skip to content

Commit 1a8cfdf

Browse files
committed
.
1 parent abd1792 commit 1a8cfdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netepscript.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ EOF
149149
# We set up the scripts in package.json
150150
echo -e "${YELLOW}\n11) We set up the scripts in package.json${NC}"
151151

152+
npx json -I -f package.json -e 'this.main="./dist/index.js"'
152153
npx json -I -f package.json -e 'this.scripts.start="nodemon"'
153154
npx json -I -f package.json -e 'this.scripts.build="tsc"'
154155
npx json -I -f package.json -e 'this.scripts.lint="eslint . --ext .ts"'

0 commit comments

Comments
 (0)