We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b57f33 commit 77faa19Copy full SHA for 77faa19
package.json
@@ -21,7 +21,7 @@
21
"build": "yarn prepublish",
22
"generate-types": "graphql-codegen --config codegen.yml",
23
"prepare": "npx husky install && shx rm -rf .git/hooks && shx ln -s ../.husky .git/hooks",
24
- "prepublish": "rm -rf dist && yarn generate-types && tsc && yarn cpx 'src/**/*.graphql' dist",
+ "prepublish": "rm -rf dist",
25
"test": "NODE_ENV=test jest",
26
"lint": "eslint --config .eslintrc.json --ext .js,.ts ./",
27
"lint:fix": "eslint --fix --config .eslintrc.json --ext .js,.ts ./",
0 commit comments