Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 2989311

Browse files
author
Daniel Brain
committed
Update publish script
1 parent b7029be commit 2989311

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

publish.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ gulp build;
77
git add dist;
88
git commit -m "Dist" || echo "Nothing to distribute";
99

10-
bower version patch;
11-
npm version from-git;
10+
mversion patch -m '%s';
1211

1312
git push;
1413
git push --tags;

0 commit comments

Comments
 (0)