Skip to content

Commit d788587

Browse files
authored
ci: do not use npm publish --dry-run
1 parent f9eed00 commit d788587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- name: Tests
3636
run: npm test
3737

38-
- name: Publish (test)
39-
run: npm publish --dry-run
38+
- name: Build
39+
run: npm run build
4040

4141
- name: Docs
4242
run: npm run docs:build

0 commit comments

Comments
 (0)