-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into publish-setup
- Loading branch information
Showing
2 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +0,0 @@ | ||
- config file at root to get the ws and package names that need to be enable for size check | ||
- write size snapshot at root for all pakkage mensioned in config. | ||
- on packsize check it should generate a temporary snapshot and compare it with existing snaps and dispay diffs | ||
- | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "packsize-cli", | ||
"version": "0.0.0-alpha.1", | ||
"version": "0.0.1", | ||
"author": "rakesh <[email protected]>", | ||
"license": "MIT", | ||
"description": "package size control on a monorepo", | ||
|
@@ -59,4 +59,4 @@ | |
"access": "public" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |