Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pre-commit
Browse files Browse the repository at this point in the history
pranshugupta54 committed Apr 23, 2024
1 parent 89a7b35 commit 6134b5a
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ npm run typecheck
# Throws errors if lint issues requiring manual intervention are found in code.
npm run lint-staged

# npm run gen:schema
npm run gen:schema

# Generate table of contents for markdown files in root directory
npm run update:toc
1 change: 0 additions & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
@@ -635,7 +635,6 @@ type Event {
recurring: Boolean!
startDate: Date!
startTime: Time
status: Status!
title: String!
updatedAt: DateTime!
}

0 comments on commit 6134b5a

Please sign in to comment.