fix order of build-dist to include the latest version number
This commit is contained in:
parent
44c82abf3a
commit
6e539eb7e3
1
Makefile
1
Makefile
@ -42,7 +42,6 @@ test-travis: bootstrap lint build test
|
||||
|
||||
publish:
|
||||
git pull --rebase
|
||||
make build-dist
|
||||
make test
|
||||
node scripts/publish.js
|
||||
make clean
|
||||
|
||||
@ -110,6 +110,8 @@ exec("git commit -m " + NEW_TAG_NAME, true);
|
||||
exec("git tag " + NEW_TAG_NAME, true);
|
||||
exec("git push --tags", true);
|
||||
|
||||
exec("make build-dist");
|
||||
|
||||
changedPackages.forEach(function (name) {
|
||||
var loc = getPackageLocation(name);
|
||||
exec("cd " + loc + " && npm publish", true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user