Skip to content

Commit ab03367

Browse files
committed
Lerna keep all versions in sync
1 parent d8df5d2 commit ab03367

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"clean": "lerna run clean",
2424
"clean:modules": "lerna run clean:modules && rm -rf node_modules",
2525
"typescript": "tsc --composite false",
26-
"version:expo": "lerna version major --no-push --exact",
27-
"version:major": "lerna version minor --no-push --exact",
28-
"version:minor": "lerna version patch --no-push --exact",
26+
"version:expo": "lerna version major --no-push --exact --force-publish",
27+
"version:major": "lerna version minor --no-push --exact --force-publish",
28+
"version:minor": "lerna version patch --no-push --exact --force-publish",
2929
"version:patch": "echo \"No patch versions: See root README.md\"",
3030
"prepare": "husky install",
3131
"tsc": "echo 'You are trying to run \"tsc\" in the workspace root. Run it from an individual package instead.' && exit 1"

0 commit comments

Comments
 (0)