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 124df8e commit d9cc512Copy full SHA for d9cc512
scripts/build-manifest.mjs
@@ -2,6 +2,8 @@ import { readFileSync, writeFileSync } from 'fs';
2
import { fileURLToPath } from 'url';
3
import { resolve } from 'path';
4
5
+// NOTE: could be replaced with using https://npm.im/yarpm
6
+
7
const manifestPath = resolve(
8
fileURLToPath(import.meta.url),
9
'../../package.json'
0 commit comments