Skip to content

Commit

Permalink
fix: add missing entry wrapper.mjs (#3966)
Browse files Browse the repository at this point in the history
fix #3958
  • Loading branch information
JounQin committed Mar 11, 2024
1 parent 93fa15e commit c2c3c7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion @commitlint/config-conventional/package.json
Expand Up @@ -11,7 +11,8 @@
}
},
"files": [
"lib/"
"lib/",
"wrapper.mjs"
],
"scripts": {
"deps": "dep-check",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"lint-fix": "eslint . --ext .js,.ts --fix",
"format": "prettier **/*.{ts,js,json,yml,md} -l",
"format-fix": "prettier **/*.{ts,js,json,yml,md} --write",
"publish": "lerna publish --conventional-commits",
"publish": "lerna publish --conventional-commits --dist-tag release-v18",
"reinstall": "yarn clean && yarn install",
"start": "yarn watch",
"test": "cross-env HOME=$PWD NODE_OPTIONS=--experimental-vm-modules jest",
Expand Down

0 comments on commit c2c3c7c

Please sign in to comment.