Skip to content

Commit 4381f83

Browse files
committed
fix: general fixes
1 parent 5e46482 commit 4381f83

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
/build
1616
/builds
1717
/dist/tsbuildinfo
18+
pkg.json

pkg.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/build.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ async function main(argv = process.argv) {
177177
`dist/polykeyWorkerManifest.${isPkg ? 'cjs' : 'mjs'}`,
178178
'dist/polykeyWorkerManifest.js',
179179
],
180-
// ['dist/polykeyWorkerManifest.mjs', 'dist/polykeyWorkerManifest.js'],
181180
{
182181
stdio: ['inherit', 'inherit', 'inherit'],
183182
windowsHide: true,

scripts/pkg.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ async function main(argv = process.argv) {
103103
const { default: nodeGypBuild } = await import('node-gyp-build');
104104
const pkgConfig = packageJSON.pkg ?? {};
105105
pkgConfig.assets = pkgConfig.assets ?? {};
106-
107106
const npmLsOut = childProcess.execFileSync(
108107
'npm',
109108
['ls', '--all', '--omit=dev', '--parseable'],
@@ -144,6 +143,7 @@ async function main(argv = process.argv) {
144143
`--config=${pkgConfigPath}`,
145144
`--targets=node${nodeVersion}-${pkgPlatform}-${pkgArch}`,
146145
'--no-bytecode',
146+
'--no-native-build',
147147
'--options=experimental-require-module',
148148
'--public',
149149
"--public-packages='*'",

0 commit comments

Comments
 (0)