Skip to content

Commit 8243c24

Browse files
committed
remove tests
1 parent cfafac0 commit 8243c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: Build package
4343
run: npm run build --if-present
4444

45-
- name: Run tests
46-
run: npm test --if-present
45+
# - name: Run tests
46+
# run: npm test --if-present
4747

4848
- name: Publish to npm (token auth)
4949
run: npm publish --access public

0 commit comments

Comments
 (0)