Skip to content

Commit

Permalink
Merge pull request #72 from marxjmoura/update-publish
Browse files Browse the repository at this point in the history
Update publish
  • Loading branch information
marxjmoura committed Oct 26, 2019
2 parents ad04379 + c387816 commit 6a63985
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Expand Up @@ -5,8 +5,6 @@ jobs:
- image: circleci/node:latest
steps:
- checkout
- run: npm i
- run: npm run build
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
- run: npm publish
workflows:
Expand Down
3 changes: 1 addition & 2 deletions .npmignore
@@ -1,5 +1,4 @@
**/*
!dist/**/*
!src/fonts/**/*
!src/scss/**/*
!src/js/**/*
!src/scss/**/*

0 comments on commit 6a63985

Please sign in to comment.