Skip to content

Commit

Permalink
ci: fix build script and remove tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed Jan 1, 2024
1 parent 719d06b commit 4fc0d72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
# rebuilds tfjs-node for the current os

- name: Initialize Git Submodules
run: git submodule update --init --recursive
run: |
rm -rf locales/
git submodule update --init --recursive
- name: Deploy Commands
run: |
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit 4fc0d72

Please sign in to comment.