Skip to content

Commit

Permalink
Merge pull request #375 from mStirner/dev
Browse files Browse the repository at this point in the history
Issues
  • Loading branch information
mStirner authored Dec 21, 2023
2 parents 2bd51a6 + db87980 commit 33d1849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "NODE_ENV=test ./node_modules/.bin/mocha ./tests/index.js",
"test:helper": "NODE_ENV=test ./node_modules/.bin/mocha ./tests/helper/index.js",
"test:newman": "newman run postman.json",
"dev": "./node_modules/.bin/nodemon -w . -w .env index.js",
"dev": "./node_modules/.bin/nodemon -i plugins -w . -w .env index.js",
"dev:plugin": "./node_modules/.bin/nodemon -w plugins -w . -w .env index.js",
"lint": "./node_modules/.bin/eslint .",
"lint:fix": "./node_modules/.bin/eslint --fix .",
Expand Down Expand Up @@ -57,4 +57,4 @@
"nodemon": "^3.0.1",
"sinon": "^14.0.2"
}
}
}

0 comments on commit 33d1849

Please sign in to comment.