Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .github/workflows/post-publish-update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- uses: actions/checkout@v3
- name: Update version
id: update-version
run: sh scripts/update-version.sh
shell: bash
run: ./scripts/update-version.sh
- name: Commit & Push new version
run: |
git config user.name github-actions
Expand Down
96 changes: 0 additions & 96 deletions app/dapp/App.js

This file was deleted.

85 changes: 0 additions & 85 deletions app/dash/App.js

This file was deleted.

62 changes: 0 additions & 62 deletions app/dash/Command/index.js

This file was deleted.

Loading