Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing entry wrapper.mjs #3966

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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",
JounQin marked this conversation as resolved.
Show resolved Hide resolved
"reinstall": "yarn clean && yarn install",
"start": "yarn watch",
"test": "cross-env HOME=$PWD NODE_OPTIONS=--experimental-vm-modules jest",
Expand Down