Skip to content

Commit

Permalink
Some lerna improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed May 11, 2019
1 parent e5cdd1d commit 6a272eb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 56 deletions.
17 changes: 1 addition & 16 deletions CHANGELOG.md
@@ -1,22 +1,7 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.4](https://github.com/geckosio/geckos.io/compare/v1.1.0...v1.1.4) (2019-05-11)

**Note:** Version bump only for package geckos.io





# Changelog # Changelog


All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.

See [Conventional Commits](https://conventionalcommits.org) for commit guidelines..
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.1.0] - 2019-05-06 ## [1.1.0] - 2019-05-06


Expand Down
11 changes: 4 additions & 7 deletions lerna.json
@@ -1,13 +1,10 @@
{ {
"packages": [ "packages": ["packages/*"],
"packages/*"
],
"version": "1.1.4", "version": "1.1.4",
"command": { "command": {
"bootstrap": { "bootstrap": {
"npmClientArgs": [ "npmClientArgs": ["--no-package-lock"]
"--no-package-lock" },
] "ignoreChanges": ["**/src/**", "**/node_modules/**", "*/tsconfig.json"]
}
} }
} }
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -5,7 +5,9 @@
"private": true, "private": true,
"scripts": { "scripts": {
"lerna:ls": "lerna ls", "lerna:ls": "lerna ls",
"lerna:version": "lerna version --conventional-commits --no-push && cd packages/client && npm run bundle", "lerna:diff": "lerna diff",
"lerna:changed": "lerna changed",
"lerna:version": "lerna version --no-changelog --no-push && cd packages/client && npm run bundle",
"build:common": "tsc --build packages/common/tsconfig.json", "build:common": "tsc --build packages/common/tsconfig.json",
"build:client": "tsc --build packages/client/tsconfig.json", "build:client": "tsc --build packages/client/tsconfig.json",
"build:server": "tsc --build packages/server/tsconfig.json", "build:server": "tsc --build packages/server/tsconfig.json",
Expand Down
8 changes: 0 additions & 8 deletions packages/chatApp/CHANGELOG.md

This file was deleted.

8 changes: 0 additions & 8 deletions packages/client/CHANGELOG.md

This file was deleted.

8 changes: 0 additions & 8 deletions packages/server/CHANGELOG.md

This file was deleted.

8 changes: 0 additions & 8 deletions packages/tests/CHANGELOG.md

This file was deleted.

0 comments on commit 6a272eb

Please sign in to comment.