Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,19 @@ jobs:
caps --ci
calcit calcit.cirru edit format
git diff --exit-code -- calcit.cirru
calcit calcit.cirru --check-only
calcit calcit.cirru --entry server --check-only

- run: yarn install --immutable && yarn compile-page && yarn release-page

- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: copyboard-dist
path: dist
if-no-files-found: error
retention-days: 3

- run: mkdir -p dist-server && cp calcit.cirru package.json deps.cirru dist-server
name: Copy server scripts

Expand Down
173 changes: 101 additions & 72 deletions calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions deps.cirru
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

{} (:calcit-version |0.13.29)
{} (:calcit-version |0.13.36)
:version |0.1.0
:dependencies $ {} (|Cumulo/cumulo-reel.calcit |0.0.24)
|Cumulo/cumulo-util.calcit |0.0.13
|Respo/alerts.calcit |codex/upgrade-calcit-0.13.27-20260821
|Respo/alerts.calcit |6b30f0b4aa94e4471fb8d91865f1dd6185152f87
|Respo/respo-feather.calcit |0.4.4
|Respo/respo-message.calcit |0.0.13
|Respo/respo-ui.calcit |0.7.9
|Respo/respo.calcit |0.16.81
|Respo/respo-value.calcit |0.5.0-a2
|Respo/respo.calcit |0.16.83
|Respo/respo-value.calcit |0.5.1
|calcit-lang/calcit-http |0.3.3
|calcit-lang/calcit-wss |0.2.12
|calcit-lang/calcit.std |0.2.18
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"@calcit/procs": "^0.13.29",
"@calcit/procs": "0.13.36",
"axios": "^1.18.0",
"mime": "^4.1.0"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading