Skip to content

Commit d75552a

Browse files
authored
ci: Add packages path for Lerna (#1277)
Without the `packages` option, Lerna was unable to find unpublished packages when I ran `./node_modules/.bin/lerna publish from-package` locally.
1 parent 6b5a722 commit d75552a

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": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": false,
44
"version": "independent",
5+
"packages": ["plugins/*/src/js"],
56
"command": {
67
"version": {
78
"changelogPreset": "conventionalcommits"

0 commit comments

Comments
 (0)