Skip to content

Commit e4ba721

Browse files
committed
Bump version to 4.3.0 and add prepublishOnly script
Updated the package version to 4.3.0 and added a prepublishOnly script to ensure the build process runs before publishing.
1 parent d2597b0 commit e4ba721

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-html-reporter",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Jest test results processor for generating a summary in HTML",
55
"main": "dist/index.js",
66
"unpkg": "dist/index.js",
@@ -15,7 +15,8 @@
1515
"test": "npm run lint && npm run jest",
1616
"test:watch": "npm run jest -- --watch --no-coverage",
1717
"bundle": "rollup -c",
18-
"build": "npm run test && npm run bundle"
18+
"build": "npm run test && npm run bundle",
19+
"prepublishOnly": "npm run build"
1920
},
2021
"repository": {
2122
"type": "git",

0 commit comments

Comments
 (0)