update publish process

This commit is contained in:
Philipp Kunz 2018-05-03 19:05:09 +02:00
parent 51fbc906a0
commit 1539d49426

View File

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