Skip to content

Commit c2c3c7c

Browse files
authored
fix: add missing entry wrapper.mjs (#3966)
fix #3958
1 parent 93fa15e commit c2c3c7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: @commitlint/config-conventional/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
}
1212
},
1313
"files": [
14-
"lib/"
14+
"lib/",
15+
"wrapper.mjs"
1516
],
1617
"scripts": {
1718
"deps": "dep-check",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint-fix": "eslint . --ext .js,.ts --fix",
1717
"format": "prettier **/*.{ts,js,json,yml,md} -l",
1818
"format-fix": "prettier **/*.{ts,js,json,yml,md} --write",
19-
"publish": "lerna publish --conventional-commits",
19+
"publish": "lerna publish --conventional-commits --dist-tag release-v18",
2020
"reinstall": "yarn clean && yarn install",
2121
"start": "yarn watch",
2222
"test": "cross-env HOME=$PWD NODE_OPTIONS=--experimental-vm-modules jest",

0 commit comments

Comments
 (0)