Skip to content

Commit

Permalink
build folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Aug 4, 2023
1 parent 5a843ae commit 7ab04cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);

// Get Path
const srcDir = path.join(__dirname, '../repositories/twemoji/assets');
const destDir = path.join(__dirname, '../public/img/twemoji');
const srcDir = path.join(__dirname, './repositories/twemoji/assets');
const destDir = path.join(__dirname, './public/img/twemoji');

// To copy a folder or file, select overwrite accordingly
try {
Expand Down

0 comments on commit 7ab04cd

Please sign in to comment.