Skip to content

Commit 8e7a775

Browse files
committed
package: alter scripts for travis
1 parent cf1182c commit 8e7a775

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
},
2525
"main": "index.js",
2626
"scripts": {
27-
"test": "standard && mocha"
27+
"lint": "standard",
28+
"test": "npm run lint && npm run standard",
29+
"unit": "mocha"
2830
}
2931
}

0 commit comments

Comments
 (0)