Skip to content

Commit

Permalink
fix: localDeploy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
odorajbotoj committed Jun 30, 2024
1 parent 64aca73 commit dbaae10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/localDeploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ fs.mkdirSync(DIR, { recursive: true }, (err) => { if (err) throw err; });
// copy files
fs.cpSync(`behavior_pack/manifest.json`, `${DIR}/manifest.json`);
fs.cpSync(`behavior_pack/pack_icon.png`, `${DIR}/pack_icon.png`);
fs.cpSync(`src_out/`, `${DIR}/scripts/`, { recursive: true });
fs.cpSync(`src_out/`, `${DIR}/`, { recursive: true });

0 comments on commit dbaae10

Please sign in to comment.