Skip to content

Commit 53cc32a

Browse files
committed
enable UI build
1 parent c91c594 commit 53cc32a

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- name: Install pnpm
2323
run: npm install -g pnpm
2424

25-
# - name: Build UI
26-
# working-directory: ui
27-
# run: |
28-
# pnpm install
29-
# pnpm build
25+
- name: Build UI
26+
working-directory: ui
27+
run: |
28+
pnpm install
29+
pnpm build
3030
3131
- name: Build API
3232
working-directory: api

BUILD.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ codepod /path/to/repo
5757
# option 2: run with npx without install
5858
npx codepod /path/to/repo
5959
```
60+
61+
# Publish using GitHub CI
62+
63+
The CI is triggered by v*.*.\* tags. Update the version in `api/package.json`, then push a new tag to trigger the CI.

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codepod",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"license": "MIT",
55
"scripts": {
66
"build": "tsc",

0 commit comments

Comments
 (0)