Skip to content

Commit eca4b1c

Browse files
committed
fix release task name to publish
1 parent 40eccb5 commit eca4b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ test:
33
npm run test:browser
44
npm run test:cover
55

6-
dist: validate-git-status test
6+
publish: validate-git-status test
77
npm publish
88
git push origin master
99
git push origin master --tags

0 commit comments

Comments
 (0)