Skip to content

Commit

Permalink
remove clean from docs, fix smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 7, 2025
1 parent 1a61e5b commit 32dbbd8
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 65 deletions.
1 change: 0 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"cli": "tsup src/index.ts --watch --onSuccess \"node dist/index.js\"",
"build": "tsup",
"typecheck": "tsc --noEmit",
"clean": "rimraf dist && rimraf components",
"start:dev": "cross-env COMPONENTS_REGISTRY_URL=http://localhost:3003 node dist/index.js",
"start": "node dist/index.js",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/README_FR.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ Après avoir terminé la configuration et les fichiers personnage, lancer le bot
bun i
bun run build
bun start

# Le projet étant régulièrement mis à jour, il vous faudra parfois le nettoyer avant de recommencer à travailler dessus
bun clean
```

# Personnaliser Eliza
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ bun add -D ts-node typescript @types/node --filter "@elizaos/agent"
# Also add to the core package since it's needed there too
bun add -D ts-node typescript @types/node --filter "@elizaos/core"
# First clean everything
bun clean
# Install all dependencies recursively
bun install -r
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_AR.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ sh scripts/start.sh
bun i
bun run build
bun start

# المشروع يتطور سريعًا. لذا قد تحتاج إلى تنظيف المشروع إذا قمت بالرجوع إليه بعد فترة.
bun clean
```

#### المتطلبات الإضافية
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ sh scripts/start.sh
bun i
bun run build
bun start

# 该项目迭代速度很快,有时如果您回到项目,需要清理项目
bun clean
```

## 一键部署 Eliza
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ sh scripts/start.sh
bun i
bun run build
bun start

# Das Projekt entwickelt sich schnell weiter. Manchmal musst du das Projekt bereinigen, wenn du es nach einiger Zeit erneut aufrufst.
bun clean
```

#### Zusätzliche Anforderungen
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_FA.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ sh scripts/start.sh
bun i
bun run build
bun start

# اگر پروژه به دلیل تغییرات سریع نیاز به پاکسازی داشت، دستور زیر را اجرا کنید:
bun clean
```

#### نیازمندی‌های اضافی
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_FR.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ Après avoir terminé la configuration et les fichiers personnage, lancer le bot
bun i
bun run build
bun start

# Le projet étant régulièrement mis à jour, il vous faudra parfois le nettoyer avant de recommencer à travailler dessus
bun clean
```

---
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_HE.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ sh scripts/start.sh
bun i
bun run build
bun start

# לעיתים צריך לנקות את הפרויקט אם חוזרים אליו לאחר זמן
bun clean
```

</div>
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_HU.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ sh scripts/start.sh
bun i
bun run build
bun start

# A projekt gyorsan fejlődik. Néha meg kell tisztítania a projektet, amikor egy idő után újra visszatérsz.
bun clean
```

#### További követelmények
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_IT.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ sh scripts/start.sh
bun i
bun run build
bun start

# Il progetto evolve rapidamente; a volte è necessario pulire il progetto se si ritorna sul progetto dopo un po' di tempo
bun clean
```

#### Requisiti Aggiuntivi
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_KOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ sh scripts/start.sh
bun i
bun run build
bun start

# 프로젝트가 빠르게 변경되기 때문에, 다시 작업을 시작할 때는 clean 명령어 입력이 필요할 수도 있습니다.
bun clean
```

#### 추가 요구 사항
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_NL.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ sh scripts/start.sh
bun i
bun run build
bun start

# Het project ontwikkelt snel, soms moet je het project opschonen als je terugkomt bij het project
bun clean
```

#### Aanvullende Vereisten
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_PL.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ sh scripts/start.sh
bun i
bun run build
bun start

# Projekt rozwija się bardzo szybko, dlatego jeżeli robisz sobie przerwę na jakiś czas i wejdzie w międzyczasie dużo zmian, dobrze jest użyć tej komendy:
bun clean
```

#### Dodatkowe wymagania
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ cp .env.example .env
bun i
bun run build
bun start

# Проект быстро развивается, иногда нужно очищать проект, если вы возвращаетесь к нему спустя время
bun clean
```

#### Дополнительные требования
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_TG.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ sh scripts/start.sh
bun i
bun run build
bun start

# Linisin ang proyekto kung bumalik ka dito matapos ang mahabang panahon
bun clean
```

#### Karagdagang Mga Kinakailangan
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_TH.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ sh scripts/start.sh
bun i
bun run build
bun start

# โปรเจกต์นี้มีการอัปเดตอยู่บ่อยครั้ง บางครั้งอาจต้องทำการ clean โปรเจกต์ถ้าหากกลับมาทำใหม่
bun clean
```

#### สิ่งที่จำเป็นเพิ่มเติม
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_TR.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ cp .env.example .env
bun i
bun run build
bun start

# Proje hızlı gelişiyor, projeye geri döndüğünüzde bazen projeyi temizlemeniz gerekebilir
bun clean
```

#### Ek Gereksinimler
Expand Down
3 changes: 0 additions & 3 deletions packages/docs/i18n/readme/README_VI.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ sh scripts/start.sh
bun i
bun run build
bun start

# Dự án cải tiến rất nhanh, đôi khi bạn cần phải dọn dẹp dự án nếu bạn quay lại dự án
bun clean
```

#### Yêu cầu bổ sung
Expand Down
2 changes: 0 additions & 2 deletions scripts/smokeTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ cd "$PROJECT_DIR"

cp .env.example .env

bun clean

bun install

bun run build
Expand Down
9 changes: 1 addition & 8 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -570,14 +570,7 @@ build_and_start() {
exit 1
fi

# Clean and install
log_verbose "Cleaning project..."
if ! bun clean; then
log_error "Failed to clean project"
exit 1
fi
log_success "Project cleaned"

# INSTALL
log_verbose "Installing dependencies..."
if ! bun install; then
log_error "Failed to install dependencies"
Expand Down

0 comments on commit 32dbbd8

Please sign in to comment.