Skip to content

Commit

Permalink
Merge pull request #102 from uasoft-indonesia/develop
Browse files Browse the repository at this point in the history
remove publish tinymce
  • Loading branch information
rizkiheryandi authored May 21, 2021
2 parents 2f2e6f5 + 51f11dc commit ced4777
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Commands/BadasoSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ protected function updatePackageJson()
$decoded_json['dependencies']['firebase'] = '^8.4.2';

$decoded_json['scripts']['postinstall'] = 'copy-files-from-to';
$decoded_json['copyFiles'][0] = (object) [
'from' => 'node_modules/tinymce/**/*',
'to' => 'public/js/',
];

$encoded_json = json_encode($decoded_json, JSON_PRETTY_PRINT);
file_put_contents(base_path('package.json'), $encoded_json);
Expand Down

0 comments on commit ced4777

Please sign in to comment.