Skip to content

Commit 5f7056c

Browse files
committed
remove Makefile
1 parent 94cb7b5 commit 5f7056c

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

Makefile

Lines changed: 0 additions & 12 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"version": "1.0.8",
66
"scripts": {
77
"lint": "eslint lib/",
8-
"test": "make test"
8+
"test:unit": "mocha test/",
9+
"test": "run-s lint test:unit"
910
},
1011
"homepage": "https://github.com/testingbot/testingbot-api",
1112
"repository": {
@@ -27,7 +28,8 @@
2728
"eslint-plugin-import": "^2.16.0",
2829
"eslint-plugin-promise": "^5.1.0",
2930
"eslint-plugin-standard": "^5.0.0",
30-
"mocha": "^8.3.2"
31+
"mocha": "^8.3.2",
32+
"npm-run-all": "^4.1.5"
3133
},
3234
"engines": {
3335
"node": "*"

0 commit comments

Comments
 (0)