Skip to content

Commit

Permalink
fix: deploy workers (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Feb 17, 2023
1 parent 02d9537 commit 38ed177
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"private": true,
"workspaces": [
"apps/*",
"packages/*"
"packages/*",
"packages/workers/*"
],
"scripts": {
"build": "turbo run build --parallel",
Expand Down
2 changes: 1 addition & 1 deletion packages/workers/health/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "health",
"name": "@workers/health",
"version": "0.0.0",
"license": "GPL-3.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/workers/views/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "views",
"name": "@workers/views",
"version": "0.0.0",
"private": true,
"license": "GPL-3.0",
Expand Down

2 comments on commit 38ed177

@vercel
Copy link

@vercel vercel bot commented on 38ed177 Feb 17, 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:

api – ./

api-git-main-lenstube.vercel.app
api.lenstube.xyz
api-lenstube.vercel.app

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 38ed177 Feb 17, 2023

Choose a reason for hiding this comment

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

Deployment Status Build Logs Updated At
lenstube ✅ Deployed View Logs 2023-02-17T07:51:28.332Z

Please sign in to comment.