@homebound/graphql-typescript-simple-resolvers
Advanced tools
Comparing version 1.48.0 to 1.49.0
{ | ||
"name": "@homebound/graphql-typescript-simple-resolvers", | ||
"version": "1.48.0", | ||
"version": "1.49.0", | ||
"main": "./build/index.js", | ||
"types": "./build/", | ||
"scripts": { | ||
"build": "rm -rf build; ./node_modules/.bin/tsc", | ||
"prepare": "npm run build", | ||
"test": "./node_modules/.bin/jest --watch", | ||
"coverage": "./node_modules/.bin/jest --collectCoverage", | ||
"build": "rm -rf build; tsc", | ||
"prepack": "yarn build", | ||
"test": "jest --watch", | ||
"coverage": "jest --collectCoverage", | ||
"format": "prettier --write 'src/**/*.{ts,js,tsx,jsx}'", | ||
@@ -31,5 +31,6 @@ "graphql-codegen": "rm integration/graphql-types.ts; graphql-codegen --config integration/graphql-codegen.yml" | ||
"hooks": { | ||
"pre-commit": "npm run format" | ||
"pre-commit": "yarn format" | ||
} | ||
} | ||
} | ||
}, | ||
"packageManager": "yarn@3.6.3" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22319
6
384