Skip to content

Commit

Permalink
Add yarn support
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelLefkowitz committed Jun 23, 2024
1 parent f60d30f commit d9e4f69
Show file tree
Hide file tree
Showing 4 changed files with 4,391 additions and 3,112 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ./.github/actions/install

- name: Run linters
run: npm run lint
run: yarn lint

- name: Run tests
run: yarn spago test
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
npm run lint
yarn lint
yarn spago test
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ yarn spago docs
To run linters:

```bash
npm run lint
yarn lint
```

### Formatters

To run formatters:

```bash
npm run format
yarn format
```

## Contributing
Expand Down
Loading

0 comments on commit d9e4f69

Please sign in to comment.