Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit dfad862

Browse files
committed
Update package.json
1 parent 34c75de commit dfad862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"gen:graphql": "gql-gen --config codegen.yml",
1313
"lint": "prettier -c \"src/**\"",
1414
"lint:save": "prettier --write \"src/**\"",
15+
"precommit": "npm run lint:save && npm test",
1516
"production": "cross-env RUNNER=production NODE_ENV=production ts-node index.ts",
1617
"production:clean": "npm run clean && npm run production",
1718
"start": "npm run dev",

0 commit comments

Comments
 (0)