Skip to content

Commit

Permalink
Revert "chore: ignore yarn files and change README.md"
Browse files Browse the repository at this point in the history
  • Loading branch information
a20688392 committed Feb 13, 2023
1 parent 02ddc72 commit 52b5d69
Show file tree
Hide file tree
Showing 4 changed files with 5,926 additions and 8,509 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ jobs:
node-version: 16
cache: "yarn"

- name: Upgrade yarn
run: yarn set version stable

- name: Install Dependencies
run: yarn install --frozen-lockfile

Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# compiled output
/dist
/node_modules
/.yarn
.yarnrc.yml

# Logs
logs
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,33 +29,33 @@
## Installation

```bash
$ yarn install
$ npm install
```

## Running the app

```bash
# development
$ yarn start
$ npm run start

# watch mode
$ yarn start:dev
$ npm run start:dev

# production mode
$ yarn start:prod
$ npm run start:prod
```

## Test

```bash
# unit tests
$ yarn test
$ npm run test

# e2e tests
$ yarn test:e2e
$ npm run test:e2e

# test coverage
$ yarn test:cov
$ npm run test:cov
```

## Support
Expand Down
Loading

0 comments on commit 52b5d69

Please sign in to comment.