Skip to content

Commit 0eea21d

Browse files
authored
Merge pull request #64 from XhmikosR/npm-scripts
Simplify npm scripts
2 parents 3fe3dcc + bdbdc9d commit 0eea21d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"node": ">= 10"
1818
},
1919
"scripts": {
20-
"_mocha": "mocha \"test/*.js\" --timeout 120000",
20+
"_mocha": "mocha --timeout 120000",
2121
"clean": "rimraf coverage jsdoc \"test-workspace/{build,test.txt}\"",
2222
"docs": "jsdoc -c jsdoc.json",
23-
"lint": "eslint bin lib scripts test \"test-workspace/tasks/*.js\"",
23+
"lint": "eslint --ignore-path .gitignore --report-unused-disable-directives .",
2424
"pretest": "node scripts/make-slink.js && npm run lint",
2525
"test": "c8 npm run _mocha",
2626
"watch": "npm run _mocha -- --watch --growl",

0 commit comments

Comments
 (0)