Skip to content

Commit

Permalink
fix: add missing entry wrapper.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Mar 10, 2024
1 parent 93fa15e commit 0581590
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 0581590

Please sign in to comment.