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

Commit

Permalink
Merge pull request #127 from prompt-engineering/monorepo
Browse files Browse the repository at this point in the history
enable monorepo for extracting shard component/lib to wildly useage
  • Loading branch information
phodal committed Mar 21, 2023
2 parents 6420608 + c91a086 commit 5ec8e94
Show file tree
Hide file tree
Showing 276 changed files with 40,701 additions and 4,715 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:

- run: npm ci

- run: npm run test

- run: npm run build --if-present

- run: npm run test
lint:
name: format and lint
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ next-env.d.ts
public/sitemap-0.xml
src/assets/resources/**/*.json

.vercel
.env
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![GitHub](https://img.shields.io/github/license/prompt-engineering/click-prompt)
[![Discord](https://img.shields.io/discord/1082563233593966612)](https://discord.gg/FSWXq4DmEj)

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

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

Expand Down

0 comments on commit 5ec8e94

Please sign in to comment.