Skip to content

Commit

Permalink
Authenticate before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
afcapel committed Jan 16, 2022
1 parent f530a63 commit d221b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"test:multibrowser": "start-server-and-test start http://localhost:3030 cy:all",
"netlify:deploy": "rm examples/stimulus-autocomplete.js && cp -f src/autocomplete.js examples/stimulus-autocomplete.js",
"postversion": "git push && git push --tags",
"release": "yarn test && yarn version && npm publish"
"release": "yarn test && yarn version && npm adduser && npm publish"
}
}

0 comments on commit d221b19

Please sign in to comment.