Skip to content

Commit 33255fd

Browse files
committed
fix(build): forgot to import the path module explicitly
1 parent 6de762e commit 33255fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import fs from 'node:fs'
2+
import path from 'node:path'
23
import * as esbuild from 'esbuild'
34
import esbuildPluginLicense from 'esbuild-plugin-license'
45

0 commit comments

Comments
 (0)