Skip to content

Commit

Permalink
fix(essentials): short naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Nov 18, 2024
1 parent dba888b commit d927006
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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

0 comments on commit d927006

Please sign in to comment.