Skip to content

Commit 1f4b4c4

Browse files
committed
Makefile: npm login before publish
1 parent 8580e16 commit 1f4b4c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ ci:
3939

4040
.PHONY: publish
4141
publish: format update_modules ci check_git test
42-
npm publish
43-
npm logout
42+
npm login
43+
npm publish ; npm logout

0 commit comments

Comments
 (0)