Skip to content

Commit 5d01482

Browse files
committed
add scripts defined in Makefile to package.json
1 parent 6fb0b6a commit 5d01482

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
8-
"test": "make test"
8+
"test": "mocha",
9+
"build": "tsc",
10+
"lint": "eslint src test",
11+
"clean": "rimraf test"
912
},
1013
"repository": {
1114
"type": "git",

0 commit comments

Comments
 (0)