Skip to content

Commit e45ede2

Browse files
committed
build: adjust standard-version config
1 parent 169223f commit e45ede2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"doc:html": "typedoc --entryPointStrategy expand --entryPoints src --exclude **/*.spec.ts --out dist/docs",
5454
"doc:json": "typedoc --entryPointStrategy expand --entryPoints src --exclude **/*.spec.ts --json dist/docs/typedoc.json",
5555
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d dist/docs",
56-
"version": "standard-version",
5756
"prepare-release": "run-s test cov:check doc:html version doc:publish",
5857
"prepare": "husky",
5958
"tls:setup": "bash ./scripts/generate-mongo-tls.sh"
@@ -145,5 +144,10 @@
145144
"eslint --cache --fix"
146145
]
147146
},
147+
"standard-version": {
148+
"skip": {
149+
"changelog": true
150+
}
151+
},
148152
"packageManager": "npm@11.6.2"
149153
}

0 commit comments

Comments
 (0)