Skip to content

Commit

Permalink
fix: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Jul 25, 2020
1 parent bb22baf commit bf56fb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Expand Up @@ -21,7 +21,8 @@ export default {
require.resolve('@dword-design/rollup-config-component'),
],
{
env: { NODE_ENV: 'production', stdio: 'inherit' },
env: { NODE_ENV: 'production' },
stdio: 'inherit',
}
)
} finally {
Expand Down

0 comments on commit bf56fb2

Please sign in to comment.