Skip to content

Commit

Permalink
Merge pull request #1024 from Financial-Times/sass-build-time-monitor…
Browse files Browse the repository at this point in the history
…ing-fix

fix: monitored-sass-loader tmp file creation
  • Loading branch information
joelcarr authored Jan 31, 2024
2 parents c7e4883 + 716128f commit a70cf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dotcom-build-sass/src/monitored-sass-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class SassStats {
#endTime

constructor() {
fs.mkdirSync(path.dirname(this.#directory), { recursive: true })
fs.mkdirSync(this.#directory, { recursive: true })
}

start = () => {
Expand Down

0 comments on commit a70cf85

Please sign in to comment.