Skip to content

Commit

Permalink
Switched to fixed version dependencies and fixed yarn.lock updates on…
Browse files Browse the repository at this point in the history
… publish
  • Loading branch information
souyahia-monk committed Aug 2, 2024
1 parent 5bc2498 commit a3c216f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "4.0.1"
"version": "4.0.1",
"command": {
"version": {
"message": "Release MonkJs %s"
}
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
"build:drive-app:development": "lerna run build:development --scope 'drive-app'",
"build:drive-app:staging": "lerna run build:staging --scope 'drive-app'",
"build:drive-app:preview": "lerna run build:preview --scope 'drive-app'",
"version": "yarn install && git stage yarn.lock",
"deploy:documentation": "lerna run deploy --scope 'monk-documentation'",
"deploy:packages": "lerna publish --force-publish --no-private",
"deploy:packages": "lerna publish --force-publish --no-private --exact",
"test": "lerna run test --parallel",
"test:packages": "lerna run test --parallel --scope '@monkvision/*'",
"test:coverage": "lerna run test:coverage --parallel",
Expand Down

0 comments on commit a3c216f

Please sign in to comment.