Skip to content

Commit 10c157c

Browse files
Switched to fixed version dependencies and fixed yarn.lock updates on publish (#821)
1 parent 5bc2498 commit 10c157c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

lerna.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "4.0.1"
3+
"version": "4.0.1",
4+
"command": {
5+
"version": {
6+
"message": "Release MonkJs %s"
7+
}
8+
}
49
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
"build:drive-app:development": "lerna run build:development --scope 'drive-app'",
2626
"build:drive-app:staging": "lerna run build:staging --scope 'drive-app'",
2727
"build:drive-app:preview": "lerna run build:preview --scope 'drive-app'",
28+
"version": "yarn install && git stage yarn.lock",
2829
"deploy:documentation": "lerna run deploy --scope 'monk-documentation'",
29-
"deploy:packages": "lerna publish --force-publish --no-private",
30+
"deploy:packages": "lerna publish --force-publish --no-private --exact",
3031
"test": "lerna run test --parallel",
3132
"test:packages": "lerna run test --parallel --scope '@monkvision/*'",
3233
"test:coverage": "lerna run test:coverage --parallel",

0 commit comments

Comments
 (0)