Skip to content

Commit

Permalink
remove build on prepare for sdk packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshka committed Dec 14, 2023
1 parent 18e7c60 commit 797f851
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/old-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"types": "./dist/index.d.ts",
"scripts": {
"prepack": "node build.mjs",
"prepare": "node build.mjs",
"postpublish": "gh-release",
"validate": "graphql-inspector validate \"./graphql/*.gql\" \"./schema.graphql\" --deprecated"
},
Expand Down
1 change: 0 additions & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"dev:codegen": "graphql-codegen --watch",
"dev:tsc": "tsc -p tsconfig.build.json --watch --preserveWatchOutput",
"prepack": "node build.mjs",
"prepare": "node build.mjs",
"postpublish": "gh-release",
"validate": "graphql-inspector validate \"./graphql/*.gql\" \"./schema.graphql\" --deprecated"
},
Expand Down

0 comments on commit 797f851

Please sign in to comment.