Skip to content

Commit

Permalink
change build process (#3003)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Venturini <[email protected]>
  • Loading branch information
adi-unni and alessioventuriniAND authored Jan 26, 2024
1 parent 22a16bc commit 76f9c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/generate-npm-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function copyAssets() {
async function copyBaseSassAndFonts() {
await fs.ensureDir(newSassPath);
await fs.copy(`${sourcePath}/scss`, `${newSassPath}`);
await fs.copy(`${sourcePath}/static/fonts`, `${newSassPath}/fonts`);
await fs.copy(`${sourcePath}/static/fonts`, `${cwd}/fonts`);
}

async function run() {
Expand Down

0 comments on commit 76f9c94

Please sign in to comment.