Skip to content

Commit

Permalink
fix: index output path
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Apr 27, 2024
1 parent f76f9e6 commit a0bd1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/assemble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const __dirname = url.fileURLToPath(new URL(".", import.meta.url));

const ASSETS_PATH = path.join(__dirname, "../core/assets");
const COMPONENTS_PATH = path.join(__dirname, "../ember-phosphor-icons/src/components");
const INDEX_PATH = path.join(__dirname, "../src/index.ts");
const INDEX_PATH = path.join(__dirname, "../ember-phosphor-icons/src/index.ts");

if (!fs.existsSync(ASSETS_PATH)) {
console.error(
Expand Down

0 comments on commit a0bd1ea

Please sign in to comment.