Skip to content

Commit

Permalink
fix generator.test src path
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert-coef committed Feb 15, 2024
1 parent 3e26066 commit 2dc2ee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function getMetadata() {
const cp = child_process.spawn(
process.execPath,
[
path.resolve(__dirname, '..', '..', 'dash', 'extract-meta.js'),
path.resolve(__dirname, '..', '..', 'src', 'dash', 'extract-meta.js'),
'""', // ignore pattern
'^_.*$', // reserved keywords
path.join(__dirname, 'src', 'components')
Expand Down

0 comments on commit 2dc2ee5

Please sign in to comment.