Skip to content
This repository was archived by the owner on Apr 26, 2019. It is now read-only.

Commit fd96256

Browse files
committed
chore(package): actually run tests on npm test :)
1 parent 9892cad commit fd96256

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
77
"test": "standard && npm run -s test:node | tap-spec",
88
"test:coverage": "istanbul cover tests",
9-
"test:coverage:upload": "istanbul-coveralls"
9+
"test:coverage:upload": "istanbul-coveralls",
10+
"test:node": "node tests"
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)