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
7 changes: 0 additions & 7 deletions .changeset/tsc-pretscheck-prescript.md

This file was deleted.

8 changes: 8 additions & 0 deletions run-run/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rrlab/cli

## 1.2.1

### Patch Changes

- [#241](https://github.com/variableland/dx/pull/241) [`50bff97`](https://github.com/variableland/dx/commit/50bff97dc4b94398f2744ebb4f0e6b5e997ceb70) Thanks [@rqbazan](https://github.com/rqbazan)! - Honor `pretscheck` as the primary pre-script alias for `rr tsc`.

Now that the typecheck task is canonically named `tscheck` (#240), a package's `pretscheck` script runs before the type check, taking precedence over the legacy `pretsc` and `pretypecheck` aliases (which still work as fallbacks).

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion run-run/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrlab/cli",
"version": "1.2.0",
"version": "1.2.1",
"description": "The CLI toolbox to fullstack common scripts in Variable Land",
"homepage": "https://github.com/variableland/dx/tree/main/run-run/cli#readme",
"bugs": {
Expand Down