diff options
Diffstat (limited to 'scripts/copy_bundle_assets.js')
| -rw-r--r-- | scripts/copy_bundle_assets.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/copy_bundle_assets.js b/scripts/copy_bundle_assets.js index e37e1700..5a3af3e9 100644 --- a/scripts/copy_bundle_assets.js +++ b/scripts/copy_bundle_assets.js @@ -31,16 +31,6 @@ if (!existsSync(bundleDir)) { mkdirSync(bundleDir); } -// Copy specific shell files to the root of the bundle directory -copyFileSync( - join(root, 'packages/core/src/tools/shell.md'), - join(bundleDir, 'shell.md'), -); -copyFileSync( - join(root, 'packages/core/src/tools/shell.json'), - join(bundleDir, 'shell.json'), -); - // Find and copy all .sb files from packages to the root of the bundle directory const sbFiles = glob.sync('packages/**/*.sb', { cwd: root }); for (const file of sbFiles) { |
