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 d2597b0 commit e4ba721Copy full SHA for e4ba721
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jest-html-reporter",
3
- "version": "4.2.0",
+ "version": "4.3.0",
4
"description": "Jest test results processor for generating a summary in HTML",
5
"main": "dist/index.js",
6
"unpkg": "dist/index.js",
@@ -15,7 +15,8 @@
15
"test": "npm run lint && npm run jest",
16
"test:watch": "npm run jest -- --watch --no-coverage",
17
"bundle": "rollup -c",
18
- "build": "npm run test && npm run bundle"
+ "build": "npm run test && npm run bundle",
19
+ "prepublishOnly": "npm run build"
20
},
21
"repository": {
22
"type": "git",
0 commit comments