Skip to content

Commit 1984648

Browse files
committed
add test-single
1 parent 8d31bcb commit 1984648

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
@@ -52,7 +52,8 @@
5252
"build": "webpack --mode production",
5353
"prepare": "npm run clean && npm run test && npm run build",
5454
"coveralls-after": "nyc report --reporter=text-lcov | coveralls",
55-
"npm:publish": "npm publish --access public"
55+
"npm:publish": "npm publish --access public",
56+
"test-single": "mocha $1"
5657
},
5758
"repository": {
5859
"type": "git",

0 commit comments

Comments
 (0)