Skip to content

Commit

Permalink
Merge pull request #15 from sheygs13/sheygs13-patch-1
Browse files Browse the repository at this point in the history
chore(docs): Fix typo in README
  • Loading branch information
sheygs authored Jul 28, 2023
2 parents 53b9d0d + a3e41a9 commit a70bfef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
node-version: 18
registry-url: https://npm.pkg.github.com/

- name: set up NPM
run: npm ci && npm install
- name: set up Yarn
run: yarn install --pure-lockfile

- name: Run Build
run: yarn run build
4 changes: 2 additions & 2 deletions .github/workflows/run_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
node-version: 18
registry-url: https://npm.pkg.github.com/

- name: Set up NPM
run: npm ci && npm install
- name: Set up Yarn
run: yarn install --pure-lockfile

- name: Run Prettier
run: yarn run format
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ TEST_POSTGRES_DB=XXXX

```bash
$ git clone https://github.com/sheygs13/wallet-system.git
$ cd cd wallet-system
$ cd wallet-system
$ yarn install
```

Expand Down

0 comments on commit a70bfef

Please sign in to comment.