We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd1792 commit 1a8cfdfCopy full SHA for 1a8cfdf
netepscript.sh
@@ -149,6 +149,7 @@ EOF
149
# We set up the scripts in package.json
150
echo -e "${YELLOW}\n11) We set up the scripts in package.json${NC}"
151
152
+npx json -I -f package.json -e 'this.main="./dist/index.js"'
153
npx json -I -f package.json -e 'this.scripts.start="nodemon"'
154
npx json -I -f package.json -e 'this.scripts.build="tsc"'
155
npx json -I -f package.json -e 'this.scripts.lint="eslint . --ext .ts"'
0 commit comments