package:json: update scripts
This commit is contained in:
parent
ecc767fede
commit
8e536db968
@ -9,11 +9,12 @@
|
||||
"lint": "next lint",
|
||||
"lint:fix": "next lint -- --fix",
|
||||
"prettier": "prettier --write .",
|
||||
"precommit": "yarn prettier && yarn lint:fix",
|
||||
"precommit": "yarn prettier && yarn lint:fix && yarn test",
|
||||
"graphql:codegen": "graphql-codegen --config .graphqlrc.yml",
|
||||
"graphql:schema": "dotenv -e .env.local apollo client:download-schema graphql/crm.schema.graphql",
|
||||
"graphql:download-schema": "dotenv -e .env.local apollo client:download-schema graphql/crm.schema.graphql",
|
||||
"prepare": "husky install",
|
||||
"test": "jest --watch",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test:ci": "jest --ci"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user