Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- run: yarn lint

- run: yarn lage build test api
- run: yarn lage build test api --verbose

- name: Check for modified files
uses: ecraig12345/beachball-actions/check-for-modified-files@9b56d6fd4983b949be3313f95846788edb738c9b # v1
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ All the documentation is online at https://microsoft.github.io/just/

See the [contributing instructions](./.github/CONTRIBUTING.md).

## Packages

| Package | Description |
| -------------------- | -------------------------------------------------------------------------------- |
| `just-task` | The task definition library that wraps `undertaker` and `yargs-parser` libraries |
| `just-scripts` | A reusable preset of frequently used tasks in node and browser projects |
| `just-scripts-utils` | A set of utilities for `just-scripts` |
| `just-task-logger` | A shared pretty logger used to display timestamps along with a message |

## Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com. Please refer [Contribution guide](https://github.com/microsoft/just/.github/CONTRIBUTING.md) for more details
Expand Down
18 changes: 18 additions & 0 deletions change/change-2ad7c739-81e1-4ca6-8658-b9eedb028588.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"changes": [
{
"type": "minor",
"comment": "Merge just-scripts-utils into this package",
"packageName": "just-scripts",
"email": "elcraig@microsoft.com",
"dependentChangeType": "patch"
},
{
"type": "minor",
"comment": "Merge just-task-logger into this package",
"packageName": "just-task",
"email": "elcraig@microsoft.com",
"dependentChangeType": "patch"
}
]
}
9 changes: 0 additions & 9 deletions packages/just-scripts-utils/.npmignore

This file was deleted.

Loading