Skip to content

Commit

Permalink
Update publish
Browse files Browse the repository at this point in the history
  • Loading branch information
marxjmoura committed Oct 26, 2019
1 parent ad04379 commit c387816
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
**/*
!dist/**/*
!src/fonts/**/*
!src/scss/**/*
!src/js/**/*
!src/scss/**/*

0 comments on commit c387816

Please sign in to comment.