We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e1847 commit 11477a0Copy full SHA for 11477a0
epicshop/setup-custom.js
@@ -51,7 +51,7 @@ async function runAllSeeds() {
51
// Create the relative path to the seed file from the exercise directory
52
const seedFilePath = path.relative(exerciseDir, file)
53
54
- const label = file.split(path.sep).slice(1, 3).join(path.sep)
+ const label = file.split('/').slice(1, 3).join('/')
55
try {
56
await execWithBufferedOutput('npx', ['tsx', seedFilePath], {
57
cwd: exerciseDir,
0 commit comments