Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit ef86f56

Browse files
committed
chore: Ignore test files when versioning via lerna.
1 parent 9e97f8e commit ef86f56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lerna.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://json.schemastore.org/lerna.json",
33
"command": {
44
"publish": {
5+
"ignoreChanges": ["**/test/**/*", "*.md"],
56
"verifyAccess": false
67
},
78
"version": {

0 commit comments

Comments
 (0)