#!/bin/bash

function publish() {
    ##sudo npm publish --access restricted;
    return 0;
}
