File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' graphql-config ' : patch
3+ ---
4+
5+ Fix esm compatibility
Original file line number Diff line number Diff line change 3636 "postinstall" : " tsx scripts/patch-graphql.ts" ,
3737 "prepublishOnly" : " pnpm run build" ,
3838 "clean" : " rimraf dist" ,
39- "prebuild" : " pnpm run clean && pnpm run json-schema " ,
39+ "prebuild" : " pnpm run clean" ,
4040 "postbuild" : " tsx scripts/postbuild.ts" ,
41- "build" : " bob build" ,
41+ "build" : " pnpm run prebuild && pnpm run json-schema && bob build && pnpm run postbuild " ,
4242 "prettier" : " prettier --cache --write --list-different ." ,
4343 "prettier:check" : " prettier --cache --check ." ,
4444 "lint" : " eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore ." ,
You can’t perform that action at this time.
0 commit comments