@webframer/components
v0.0.1
Published
Components library for no-code development platform
Downloads
4
Readme
Deployment
First, run this command to find out where npm expects to have auth token:
npm config ls -l
# then look for
# userconfig = "/Users/<user>/.npmrc"
Second, setup .npmrc
with this content:
//registry.npmjs.org/:_authToken=<your_npm_publish_token>
Third, to deploy, run:
npm run push