Skip to content

Commit

Permalink
npm to yarn, updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xtonwallet committed Dec 26, 2022
1 parent d9cb595 commit db00e4d
Show file tree
Hide file tree
Showing 5 changed files with 9,144 additions and 32,992 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Testing system is based on [selenium](https://www.selenium.dev/) and [mochajs](h
To test need to run:

```bash
npm run test
yarn run test
```

# Technical stack
Expand All @@ -66,19 +66,19 @@ This repository provides by [Apache License 2.0](LICENSE)
To prepare environment need to run:

```
npm i
yarn install
```

To run developer mode:

```
npm start
yarn start
```

To prepare build need to run:

```
npm run build
yarn run build
```

This command will generate a zip file for each browser.
Expand Down Expand Up @@ -151,27 +151,27 @@ If you are native speaker on any other language and can help with translation, p
* Run tests

```
npm run test
yarn run test
```

* Create a commit with a description

* Increase a version in package.json and manifest.json and update [CHANGELOG](CHANGELOG.md) file

```
npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease [--preid=<prerelease-id>] | from-git]
yarn version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease [--preid=<prerelease-id>] | from-git]
```

Usually after common commit needs to use `patch`

```
npm version patch
yarn version patch
```

* Create builds for browsers

```
npm run build
yarn run build
```

# Requested features
Expand Down
Loading

0 comments on commit db00e4d

Please sign in to comment.