Skip to content

Commit

Permalink
enable UI build
Browse files Browse the repository at this point in the history
  • Loading branch information
lihebi committed Oct 31, 2023
1 parent c91c594 commit 53cc32a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm

# - name: Build UI
# working-directory: ui
# run: |
# pnpm install
# pnpm build
- name: Build UI
working-directory: ui
run: |
pnpm install
pnpm build
- name: Build API
working-directory: api
Expand Down
4 changes: 4 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ codepod /path/to/repo
# option 2: run with npx without install
npx codepod /path/to/repo
```

# Publish using GitHub CI

The CI is triggered by v*.*.\* tags. Update the version in `api/package.json`, then push a new tag to trigger the CI.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codepod",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 53cc32a

Please sign in to comment.