update publish step

This commit is contained in:
Philipp Kunz 2018-04-29 16:32:29 +02:00
parent 36cce95f1d
commit ac804886fa

View File

@ -67,6 +67,7 @@ let publish = async () => {
}
// -> build it
await bash(`yarn install`);
await bash(`yarn run build`);
// -> make sure npm is authenticated