mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
build(packages): npm build/publish improvements. Making packages publishable again. (#30196)
This commit is contained in:
@@ -126,7 +126,7 @@ if (shouldRunBabel) {
|
||||
console.log('--- Run babel esm ---');
|
||||
// run again with
|
||||
run(`${babelCommand} --out-dir esm`, {
|
||||
env: { ...process.env, BABEL_OUTPUT: 'esm' },
|
||||
env: { ...process.env, NODE_ENV: 'production', BABEL_OUTPUT: 'esm' },
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user