Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #2

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
refactor: new script 'develop'
  • Loading branch information
gabrielrufino committed Aug 18, 2024
commit 4d7c4519ed9756645deade941f401c2d7e84a824
187 changes: 186 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"main": "src/index.js",
"type": "module",
"scripts": {
"develop": "nodemon npm start",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"start": "node -r dotenv/config .",
Expand All @@ -18,7 +19,8 @@
"@gabrielrufino/eslint-config": "^1.6.0",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^27.9.0",
"jest": "^29.7.0"
"jest": "^29.7.0",
"nodemon": "^3.1.4"
},
"funding": [
{
Expand Down