diff --git a/packages/hermes-plugin/package.json b/packages/hermes-plugin/package.json index 059b163..d27a36a 100644 --- a/packages/hermes-plugin/package.json +++ b/packages/hermes-plugin/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "type": "module", "bin": { - "memflywheel-hermes-install": "./bin/install.mjs" + "memflywheel-hermes-install": "bin/install.mjs" }, "files": [ "LICENSE", diff --git a/scripts/publish-npm.mjs b/scripts/publish-npm.mjs index a3fc437..eedc27b 100644 --- a/scripts/publish-npm.mjs +++ b/scripts/publish-npm.mjs @@ -101,7 +101,7 @@ function publishToGitHubPackages(publishArgs) { run("npm", [ "publish", - "./package", + pkgDir, "--registry", GHP_REGISTRY, "--access",