Skip to content

Commit

Permalink
fix create_packages script
Browse files Browse the repository at this point in the history
  • Loading branch information
phueper committed May 14, 2018
1 parent d8116b7 commit 6066faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/create_packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Object.keys(argv.packages).forEach((packageName) => {
fs.writeFileSync(path.resolve(packageDir, 'package.json'),
JSON.stringify(packageTemplate, null, 4));
const nodeArgs = [
'./utils/create_packages.js',
'./utils/build_package.js',
'-o', `${path.resolve(packageDir, 'dist')}`,
'-m', 'node_modules',
'-c', 'utils/load_cldrData.prebuilt.js',
Expand Down

0 comments on commit 6066faa

Please sign in to comment.