Skip to content

Commit

Permalink
fix: monitored-sass-loader tmp file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
notlee committed Jan 30, 2024
1 parent c7e4883 commit 716128f
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 716128f

Please sign in to comment.