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 6277cb9 commit 0e63cbfCopy full SHA for 0e63cbf
scripts/build.js
@@ -17,7 +17,7 @@ nr build core --formats cjs
17
*/
18
19
import fs from 'node:fs/promises'
20
-import { existsSync, readFileSync, rmSync } from 'node:fs'
+import { existsSync, readFileSync } from 'node:fs'
21
import path from 'node:path'
22
import minimist from 'minimist'
23
import { gzipSync, brotliCompressSync } from 'node:zlib'
0 commit comments