Skip to content

Commit

Permalink
Updated produciton build.
Browse files Browse the repository at this point in the history
  • Loading branch information
karolkolodziej committed Feb 2, 2023
1 parent bfeff30 commit ff9c0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const rootDir = path.normalize( __dirname + '/..' ),


// Build the package
child_process.spawnSync( 'node', [ ngLocation, 'build', 'highcharts-angular' ], { cwd: rootDir, stdio: 'inherit' } );
child_process.spawnSync( 'node', [ ngLocation, 'build', 'highcharts-angular', '--configuration=production' ], { cwd: rootDir, stdio: 'inherit' } );

// Copy License and Readme to package
console.log( 'Copying ./LICENSE to dist/highcharts-angular/LICENSE' );
Expand Down

0 comments on commit ff9c0af

Please sign in to comment.