File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$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
+ }
4
9
}
Original file line number Diff line number Diff line change 25
25
"build:drive-app:development" : " lerna run build:development --scope 'drive-app'" ,
26
26
"build:drive-app:staging" : " lerna run build:staging --scope 'drive-app'" ,
27
27
"build:drive-app:preview" : " lerna run build:preview --scope 'drive-app'" ,
28
+ "version" : " yarn install && git stage yarn.lock" ,
28
29
"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 " ,
30
31
"test" : " lerna run test --parallel" ,
31
32
"test:packages" : " lerna run test --parallel --scope '@monkvision/*'" ,
32
33
"test:coverage" : " lerna run test:coverage --parallel" ,
You can’t perform that action at this time.
0 commit comments