Remove cli tests from build (build has to happen first for those tests)

This commit is contained in:
cliffhall
2025-04-15 18:08:31 -04:00
parent 6a99feaf33
commit b19c78bc0a

View File

@@ -30,10 +30,6 @@ jobs:
working-directory: ./client
run: npm test
- name: Run cli tests
working-directory: ./cli
run: npm test
- run: npm run build
publish: