We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5421635 commit 8cd05b5Copy full SHA for 8cd05b5
package.json
@@ -5,7 +5,8 @@
5
"main": "dist/index.js",
6
"scripts": {
7
"prepublishOnly": "make build",
8
- "test": "make lint test",
+ "test": "make test",
9
+ "lint": "make lint",
10
"tsc": "tsc",
11
"start": "make start"
12
},
0 commit comments