Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dzangolab/fastify into update/pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
dipendraupreti committed Sep 17, 2024
2 parents 00c9b1e + eb1c471 commit 092c065
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 2 additions & 5 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
tag = 0
version = 0.1

build:
@printf "\033[0;32m>>> Build packages\033[0m\n"
pnpm build
Expand All @@ -23,11 +20,11 @@ outdated:

publish:
@printf "\033[0;32m>>> Publish packages\033[0m\n"
shipjs trigger
npx shipjs trigger

release:
@printf "\033[0;32m>>> Prepare packages for release\033[0m\n"
shipjs prepare
npx shipjs prepare

sort-package:
@printf "\033[0;32m>>> Format package.json\033[0m\n"
Expand Down
2 changes: 2 additions & 0 deletions packages/graphql/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ export default defineConfig(({ mode }) => {
globals: {
"@dzangolab/fastify-config": "DzangolabFastifyConfig",
"@dzangolab/fastify-slonik": "DzangolabFastifySlonik",
"@graphql-tools/merge": "GraphqlToolsMerge",
fastify: "Fastify",
"fastify-plugin": "FastifyPlugin",
graphql: "Graphql",
"graphql-tag": "GraphqlTag",
mercurius: "Mercurius",
slonik: "Slonik",
},
Expand Down
3 changes: 3 additions & 0 deletions packages/s3/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,18 @@ export default defineConfig(({ mode }) => {
exports: "named",
globals: {
"@aws-sdk/client-s3": "AWSClientS3",
"@aws-sdk/lib-storage": "AWSLibStorage",
"@aws-sdk/s3-request-presigner": "AWSS3RequestPresigner",
"@dzangolab/fastify-config": "DzangolabFastifyConfig",
"@dzangolab/fastify-graphql": "DzangolabFastifyGraphql",
"@dzangolab/fastify-slonik": "DzangolabFastifySlonik",
"@fastify/cors": "FastifyCors",
"@fastify/formbody": "FastifyFormbody",
"@fastify/multipart": "FastifyMultipart",
busboy: "Busboy",
fastify: "Fastify",
"fastify-plugin": "FastifyPlugin",
"graphql-upload-minimal": "graphqlUploadMinimal",
slonik: "Slonik",
zod: "zod",
uuid: "uuid",
Expand Down

0 comments on commit 092c065

Please sign in to comment.