Skip to content

Commit

Permalink
[chore]: test npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-khanna committed Jan 24, 2024
1 parent e3ca267 commit e4e309e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/publishToNpm.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ fs.writeFileSync(NPMRC_PATH, npmRcContent);

try {
execa.commandSync('npm publish --access public', {
cwd: './',
cwd: './packages/i18nify-js',
stdio: 'inherit',
});
execa.commandSync('npm publish --access public', {
cwd: './packages/i18nify-react',
stdio: 'inherit',
});
} finally {
Expand Down

0 comments on commit e4e309e

Please sign in to comment.