Skip to content

Commit

Permalink
Persist framework cache between builds
Browse files Browse the repository at this point in the history
  • Loading branch information
taylortom committed May 8, 2024
1 parent 0cf1fc8 commit 40710ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AdaptFrameworkBuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class AdaptFrameworkBuild {
this.buildDir = path.join(this.dir, 'build')
this.courseDir = path.join(this.buildDir, 'course')

const cacheDir = path.join(this.buildDir, 'cache')
const cacheDir = path.join(framework.getConfig('buildDir'), 'cache')

await this.ensureDir(this.dir)
await this.ensureDir(this.buildDir)
Expand Down

0 comments on commit 40710ce

Please sign in to comment.