Skip to content

Commit d9cc512

Browse files
committed
fix
1 parent 124df8e commit d9cc512

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build-manifest.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { readFileSync, writeFileSync } from 'fs';
22
import { fileURLToPath } from 'url';
33
import { resolve } from 'path';
44

5+
// NOTE: could be replaced with using https://npm.im/yarpm
6+
57
const manifestPath = resolve(
68
fileURLToPath(import.meta.url),
79
'../../package.json'

0 commit comments

Comments
 (0)