We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7493673 + 10b414c commit e16a514Copy full SHA for e16a514
.pre-commit-hooks.yaml
@@ -3,4 +3,6 @@
3
description: Runs graphql-codegen generating graphql types.
4
entry: graphql-codegen-hook
5
language: node
6
+ types: [file, javascript]
7
+ files: \.(js|jsx|ts|tsx)$
8
minimum_pre_commit_version: 0.5.0
Makefile
@@ -14,6 +14,10 @@ help:
14
15
.PHONY: help
16
17
+
18
+test: # Run npm test.
19
+ npm run test
20
21
create-new-release:
22
@echo "Increasing version..."
23
@echo "Current version $(CURRENT_VERSION)"
hooks.yaml
0 commit comments