Skip to content

Commit 77faa19

Browse files
committed
chore: disable codegen and add lockfile
1 parent 0b57f33 commit 77faa19

File tree

2 files changed

+10755
-1
lines changed

2 files changed

+10755
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build": "yarn prepublish",
2222
"generate-types": "graphql-codegen --config codegen.yml",
2323
"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",
24+
"prepublish": "rm -rf dist",
2525
"test": "NODE_ENV=test jest",
2626
"lint": "eslint --config .eslintrc.json --ext .js,.ts ./",
2727
"lint:fix": "eslint --fix --config .eslintrc.json --ext .js,.ts ./",

0 commit comments

Comments
 (0)