Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(essentials): short naming #440

Merged
merged 1 commit into from
Nov 18, 2024
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ First time:

Upgrade already installed bundle:

- `yarn set version atlantis` - updates bundle to latest version and updates `@atls/code-runtime` dependency to latest
- `yarn set version atls` - updates bundle to latest version and updates `@atls/code-runtime` dependency to latest

## Commonly used scrips `yarn`

Expand Down
2 changes: 1 addition & 1 deletion README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

Обновление бандла в уже установленном проекте:

- `yarn set version atlantis` - обновление бандла и обновление `@atls/code-runtime` до последней версии
- `yarn set version atls` - обновление бандла и обновление `@atls/code-runtime` до последней версии

## Основные скрипты `yarn` для нашей работы

Expand Down
4 changes: 2 additions & 2 deletions yarn/cli/dist/yarn.mjs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Configuration } from '@yarnpkg/core'
import { Command } from 'clipanion'

export class SetVersionCommand extends BaseCommand {
static paths = [['set', 'version', 'atlantis']]
static paths = [['set', 'version', 'atls']]

static usage = Command.Usage({
description: 'lock the Yarn version used by the project',
Expand Down
Loading