Added deyplo config for npm

This commit is contained in:
Grzegorz Leoniec 2019-02-25 11:27:38 +01:00
parent ffe1ceabf1
commit 095b1539ad
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
2 changed files with 9 additions and 2 deletions

View File

@ -11,3 +11,10 @@ install:
# - yarn build
- yarn build:lib
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:
tags: true
branch: master

View File

@ -1,6 +1,6 @@
{
"name": "vue-cion-design-system",
"version": "1.0.0",
"name": "@human-connection/styleguide",
"version": "0.5.0",
"private": true,
"scripts": {
"serve": "http-server ./docs -o -s",