Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 5ec8e94

Browse files
authored
Merge pull request #127 from prompt-engineering/monorepo
enable monorepo for extracting shard component/lib to wildly useage
2 parents 6420608 + c91a086 commit 5ec8e94

File tree

276 files changed

+40701
-4715
lines changed

Some content is hidden

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

276 files changed

+40701
-4715
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525

2626
- run: npm ci
2727

28-
- run: npm run test
29-
3028
- run: npm run build --if-present
29+
30+
- run: npm run test
3131
lint:
3232
name: format and lint
3333
runs-on: ubuntu-latest

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,4 @@ next-env.d.ts
4242
public/sitemap-0.xml
4343
src/assets/resources/**/*.json
4444

45-
.vercel
4645
.env

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![GitHub](https://img.shields.io/github/license/prompt-engineering/click-prompt)
55
[![Discord](https://img.shields.io/discord/1082563233593966612)](https://discord.gg/FSWXq4DmEj)
66

7-
<img src="src/assets/clickprompt-home.svg" width='128' height='128' alt='ClickPrompt Logo' />
7+
<img src="packages/click-prompt/src/assets/clickprompt-home.svg" width='128' height='128' alt='ClickPrompt Logo' />
88

99
English | [简体中文](./README.zh-CN.md)
1010

0 commit comments

Comments
 (0)