Skip to content

Commit

Permalink
Merge pull request #9 from jspsych/reorganization
Browse files Browse the repository at this point in the history
fix templates folder path
  • Loading branch information
cherriechang authored Jan 15, 2025
2 parents 11ed8b7 + 760b4be commit 2ec9c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/new-plugin/src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async function processAnswers(answers) {
}
})()

const templatesDir = path.resolve(__dirname, '../../../templates');
const templatesDir = path.resolve(__dirname, '../templates');

function processTemplate() {
return src(`${templatesDir}/plugin-template-${answers.language}/**/*`)
Expand Down

0 comments on commit 2ec9c08

Please sign in to comment.