Skip to content

Commit

Permalink
chore: recreate the mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Mar 30, 2023
1 parent b8ec32a commit 37c21a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"directory": "packages/api-gateway"
},
"scripts": {
"codegen": "mesh build --throwOnInvalidConfig=true",
"codegen": "rimraf .mesh && mesh build --throwOnInvalidConfig=true",
"clean": "rimraf ./dist ./coverage ./tsconfig.tsbuildinfo",
"fix-all-files": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs --fix",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs --cache --cache-location ../../.cache/eslint/api-gateway.eslintcache",
Expand Down

2 comments on commit 37c21a9

@vercel
Copy link

@vercel vercel bot commented on 37c21a9 Mar 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

monorepo-vite-app – ./apps/vite-app

monorepo-vite-app.vercel.app
monorepo-vite-app-git-main-belgattitude.vercel.app
monorepo-vite-app-belgattitude.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 37c21a9 Mar 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

monorepo-nextjs-app – ./apps/nextjs-app

monorepo-nextjs-app-git-main-belgattitude.vercel.app
monorepo-nextjs-app.vercel.app
monorepo-nextjs-app-belgattitude.vercel.app

Please sign in to comment.