Skip to content

Commit

Permalink
Merge pull request #43 from Termina/clear-logs
Browse files Browse the repository at this point in the history
command k to clear process logs
  • Loading branch information
NoEgAm authored Oct 11, 2023
2 parents dc250d9 + 6832671 commit 777cc33
Show file tree
Hide file tree
Showing 6 changed files with 380 additions and 260 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.2/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.4/cr'
name: 'cr'
version: '0.8.2'
version: '0.8.4'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.2/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.4/caps'
name: 'caps'
version: '0.8.2'
version: '0.8.4'

- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.2/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.4/cr'
name: 'cr'
version: '0.8.2'
version: '0.8.4'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.2/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.4/caps'
name: 'caps'
version: '0.8.2'
version: '0.8.4'

- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page

Expand Down
Loading

0 comments on commit 777cc33

Please sign in to comment.