Skip to content

Commit

Permalink
fix: deploy workers
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Feb 17, 2023
1 parent 02d9537 commit e4d7742
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

0 comments on commit e4d7742

Please sign in to comment.