Skip to content

Commit 58ee92a

Browse files
authored
chore: mark all packages as private (#4027)
Signed-off-by: Uroš Marolt <uros@marolt.me>
1 parent e595af8 commit 58ee92a

48 files changed

Lines changed: 48 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"private": true,
23
"scripts": {
34
"prepare": "husky"
45
},

services/apps/automatic_projects_discovery_worker/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@crowd/automatic-projects-discovery-worker",
3+
"private": true,
34
"scripts": {
45
"start": "CROWD_TEMPORAL_TASKQUEUE=automatic-projects-discovery SERVICE=automatic-projects-discovery-worker tsx src/main.ts",
56
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=automatic-projects-discovery SERVICE=automatic-projects-discovery-worker tsx --inspect=0.0.0.0:9232 src/main.ts",

services/apps/cache_worker/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@crowd/cache-worker",
3+
"private": true,
34
"scripts": {
45
"start": "CROWD_TEMPORAL_TASKQUEUE=cache SERVICE=cache-worker tsx src/main.ts",
56
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=cache SERVICE=cache-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",

services/apps/categorization_worker/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@crowd/categorization-worker",
3+
"private": true,
34
"scripts": {
45
"start": "CROWD_TEMPORAL_TASKQUEUE=categorization SERVICE=categorization-worker tsx src/main.ts",
56
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=categorization SERVICE=categorization-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",

services/apps/cron_service/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@crowd/cron-service",
3+
"private": true,
34
"scripts": {
45
"start": "SERVICE=cron-service tsx src/main.ts",
56
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=cron-service LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",

services/apps/data_sink_worker/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@crowd/data-sink-worker",
3+
"private": true,
34
"scripts": {
45
"start": "SERVICE=data-sink-worker tsx src/main.ts",
56
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=data-sink-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9233 src/main.ts",

services/apps/entity_merging_worker/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@crowd/entity-merging-worker",
3+
"private": true,
34
"scripts": {
45
"start": "CROWD_TEMPORAL_TASKQUEUE=entity-merging SERVICE=entity-merging-worker tsx src/main.ts",
56
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=entity-merging SERVICE=entity-merging-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",

services/apps/exports_worker/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@crowd/exports-worker",
3+
"private": true,
34
"scripts": {
45
"start": "CROWD_TEMPORAL_TASKQUEUE=exports SERVICE=exports-worker tsx src/main.ts",
56
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=exports SERVICE=exports-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",

services/apps/integration_run_worker/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@crowd/integration-run-worker",
3+
"private": true,
34
"scripts": {
45
"start": "SERVICE=integration-run-worker tsx src/main.ts",
56
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=integration-run-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9230 src/main.ts",

services/apps/integration_stream_worker/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@crowd/integration-stream-worker",
3+
"private": true,
34
"scripts": {
45
"start": "SERVICE=integration-stream-worker tsx src/main.ts",
56
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=integration-stream-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9231 src/main.ts",

0 commit comments

Comments
 (0)