Skip to content

Commit

Permalink
Merge pull request #36 from yeojz/fix/npm-auth
Browse files Browse the repository at this point in the history
fix: npm auth + chore: add automated release
  • Loading branch information
yeojz committed Mar 3, 2018
2 parents 91038e5 + 089d57c commit e30e17c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ deployment:
tag: /^v[0-9]+(\.[0-9]+)*$/
owner: yeojz
commands:
- npx conventional-github-releaser -p angular
- npm run clean
- npm run build
- cd dist && npm publish
Expand All @@ -33,6 +34,7 @@ deployment:
tag: /^v[0-9]+(\.[0-9]+)*\-[0-9]+$/
owner: yeojz
commands:
- npx conventional-github-releaser -p angular
- npm run clean
- npm run build
- cd dist && npm publish --tag next
Expand Down
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ cp README.md dist/README.md
cp LICENSE dist/LICENSE
cp package.json dist/package.json
cp .npmignore dist/.npmignore
cp .npmrc dist/.npmrc

0 comments on commit e30e17c

Please sign in to comment.