Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from appfolio/publishNpm
Browse files Browse the repository at this point in the history
build: add publish step for npm
  • Loading branch information
davidacevedo authored Feb 7, 2022
2 parents 57f4aec + d497c51 commit 5447787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
},
"scripts": {
"lint": "eslint .",
"postpublish": "git push --no-verify && git push --tags"
"publish:npm": "npm publish --ignore-scripts --tag ${TAG:='latest'} --access public --@appfolio:registry='https://registry.npmjs.org'",
"postpublish": "npm run publish:npm && git push --no-verify && git push --tags"
},
"dependencies": {
"eslint": "^8.7.0",
Expand Down

0 comments on commit 5447787

Please sign in to comment.