#!/bin/bash -e
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
npm publish --access=public
rm -rf ./.npmrc