We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d31bcb commit 1984648Copy full SHA for 1984648
package.json
@@ -52,7 +52,8 @@
52
"build": "webpack --mode production",
53
"prepare": "npm run clean && npm run test && npm run build",
54
"coveralls-after": "nyc report --reporter=text-lcov | coveralls",
55
- "npm:publish": "npm publish --access public"
+ "npm:publish": "npm publish --access public",
56
+ "test-single": "mocha $1"
57
},
58
"repository": {
59
"type": "git",
0 commit comments