We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169223f commit e45ede2Copy full SHA for e45ede2
1 file changed
package.json
@@ -53,7 +53,6 @@
53
"doc:html": "typedoc --entryPointStrategy expand --entryPoints src --exclude **/*.spec.ts --out dist/docs",
54
"doc:json": "typedoc --entryPointStrategy expand --entryPoints src --exclude **/*.spec.ts --json dist/docs/typedoc.json",
55
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d dist/docs",
56
- "version": "standard-version",
57
"prepare-release": "run-s test cov:check doc:html version doc:publish",
58
"prepare": "husky",
59
"tls:setup": "bash ./scripts/generate-mongo-tls.sh"
@@ -145,5 +144,10 @@
145
144
"eslint --cache --fix"
146
]
147
},
+ "standard-version": {
148
+ "skip": {
149
+ "changelog": true
150
+ }
151
+ },
152
"packageManager": "npm@11.6.2"
153
}
0 commit comments