Skip to content

Commit 8cd05b5

Browse files
committed
test -> lint
1 parent 5421635 commit 8cd05b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "dist/index.js",
66
"scripts": {
77
"prepublishOnly": "make build",
8-
"test": "make lint test",
8+
"test": "make test",
9+
"lint": "make lint",
910
"tsc": "tsc",
1011
"start": "make start"
1112
},

0 commit comments

Comments
 (0)