Skip to content

Commit

Permalink
minor formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslencinas committed Oct 31, 2022
1 parent bb41df9 commit ffe04c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ jobs:
cmd: install # will run `yarn install` command
- uses: borales/actions-yarn@v3.0.0
with:
cmd: lint:test # will run `yarn lint:test` command
- uses: borales/actions-yarn@v3.0.0
with:
cmd: prettier:check # will run `yarn prettier:check` command
cmd: format:test # will run `yarn format:test` command
- uses: borales/actions-yarn@v3.0.0
with:
cmd: build # will run `yarn build` command
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For now, there are very few commands and will change soon.
yarn install ## or npm install
```

- Build the SDK library and the React frontend
- Build the SDK library and the React sample frontend

```bash
yarn build
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"lint:test": "lerna run lint:test",
"lint:fix": "lerna run lint:fix",
"prettier:check": "prettier --check .",
"format:test": "yarn lint:test && yarn prettier:check",
"web": "lerna run build && lerna run start --scope=react-app-example-daos",
"clean": "lerna clean && rm -rf ./node_modules"
},
Expand Down

0 comments on commit ffe04c3

Please sign in to comment.