Skip to content

Commit d3d8e7a

Browse files
committedMar 25, 2022
chore: Update test and lint commands to work cross-platform
1 parent edd1ae2 commit d3d8e7a

File tree

2 files changed

+4267
-12
lines changed

2 files changed

+4267
-12
lines changed
 

‎package-lock.json

+4,265-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"main": "index.js",
66
"scripts": {
77
"changelog": "changelog eslint-plugin-security all > CHANGELOG.md",
8-
"test": "./node_modules/.bin/mocha test/**/*",
9-
"lint": "./node_modules/.bin/eslint .",
8+
"test": "npx mocha test/**/*",
9+
"lint": "npx eslint .",
1010
"cont-int": "npm test && npm run-script lint"
1111
},
1212
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.