File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -57,3 +57,7 @@ codepod /path/to/repo
5757# option 2: run with npx without install
5858npx 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.
Original file line number Diff line number Diff line change 11{
22 "name" : " codepod" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "license" : " MIT" ,
55 "scripts" : {
66 "build" : " tsc" ,
You can’t perform that action at this time.
0 commit comments