Skip to content

Commit

Permalink
yarn lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Autumn-Ou committed May 26, 2023
1 parent bb4f539 commit 36171b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
node_modules
yarn.lock
yarn-error.log
next-env.d.ts
next-env.d.ts
TS-docs
2 changes: 0 additions & 2 deletions docs/advanced-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ postgres://username:password@host:port/database
- `yarn studio` - Opens the Prisma studio on port 5555.
- `yarn semantic-commit` - HUSKY GIT stuff.

**Note**: Running `yarn lint` while having a TS-docs folder will take a while as it will lint the documentation as well.

## 2: GitHub Actions

GitHub Actions are used to automate the build and deployment process. The GitHub Actions are located in the
Expand Down

0 comments on commit 36171b3

Please sign in to comment.