Skip to content

Commit

Permalink
switch to yarn
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <[email protected]>
  • Loading branch information
drptbl committed Sep 7, 2022
1 parent 8b064f6 commit 038b6fc
Show file tree
Hide file tree
Showing 6 changed files with 13,323 additions and 35,301 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ downloads
lint-results.sarif
.npm-cache
.npmrc
.yarnrc
yarn-error.log

tests/e2e/videos
tests/e2e/screenshots
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Alternatively, instead of running GitHub Action for release, you can move on
with manual release process:

1. Switch to `master` branch and pull latest changes
2. Run `npm run release:patch/minor/major` command
2. Run `yarn release:patch/minor/major` command
3. Keep `dev` branch up to date with `master`

Above actions will lead to:
Expand Down
Loading

0 comments on commit 038b6fc

Please sign in to comment.