Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Feb 7, 2024
1 parent 6fbd84d commit aa2427e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"react",
"newsletter"
],
"scripts": {
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
"release": "release-it"
},
Expand Down

0 comments on commit aa2427e

Please sign in to comment.