diff --git a/packages/keys/package.json b/packages/keys/package.json index 4ed8bfb0a79d..25997503d414 100644 --- a/packages/keys/package.json +++ b/packages/keys/package.json @@ -37,7 +37,7 @@ "compile:typedefs": "tsc -p ./tsconfig.declarations.json", "dev": "jest -c node_modules/test-config/jest-dev.config.ts --rootDir . --watch", "prepublishOnly": "version-from-git --no-git-tag-version --template experimental.short", - "publish-packages": "pnpm publish --tag experimental --access public --no-git-checks && git checkout -- package.json", + "publish-packages": "pnpm publish --tag experimental --access public --no-git-checks", "test:lint": "jest -c node_modules/test-config/jest-lint.config.ts --rootDir . --silent", "test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent", "test:treeshakability:browser": "agadoo dist/index.browser.js", diff --git a/packages/library/package.json b/packages/library/package.json index 02674dfd00e9..503d4e50fd7a 100644 --- a/packages/library/package.json +++ b/packages/library/package.json @@ -39,8 +39,8 @@ "compile:js": "tsup --config build-scripts/tsup.config.library.ts", "compile:typedefs": "tsc -p ./tsconfig.declarations.json", "dev": "jest -c node_modules/test-config/jest-dev.config.ts --rootDir . --watch", - "prepublishOnly": "version-from-git --no-git-tag-version --template experimental.short && sed -i 's/\"@solana\\/web3.js-experimental\"/\"@solana\\/web3.js\"/' package.json", - "publish-packages": "pnpm publish --tag experimental --access public --no-git-checks && git checkout -- package.json", + "prepublishOnly": "version-from-git --no-git-tag-version --template experimental.short", + "publish-packages": "pnpm publish --tag experimental --access public --no-git-checks", "test:lint": "jest -c node_modules/test-config/jest-lint.config.ts --rootDir . --silent", "test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent", "test:treeshakability:browser": "agadoo dist/index.browser.js", diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 863b4410c375..8dbd6407e935 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -37,7 +37,7 @@ "compile:typedefs": "tsc -p ./tsconfig.declarations.json", "dev": "jest -c node_modules/test-config/jest-dev.config.ts --rootDir . --watch", "prepublishOnly": "version-from-git --no-git-tag-version --template experimental.short", - "publish-packages": "pnpm publish --tag experimental --access public --no-git-checks && git checkout -- package.json", + "publish-packages": "pnpm publish --tag experimental --access public --no-git-checks", "test:lint": "jest -c node_modules/test-config/jest-lint.config.ts --rootDir . --silent", "test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent", "test:treeshakability:browser": "agadoo dist/index.browser.js", diff --git a/packages/rpc-transport/package.json b/packages/rpc-transport/package.json index 88b9722d4ddb..63723f75b994 100644 --- a/packages/rpc-transport/package.json +++ b/packages/rpc-transport/package.json @@ -37,7 +37,7 @@ "compile:typedefs": "tsc -p ./tsconfig.declarations.json", "dev": "jest -c node_modules/test-config/jest-dev.config.ts --globalSetup test-config/test-validator-setup.js --globalTeardown test-config/test-validator-teardown.js --rootDir . --watch", "prepublishOnly": "version-from-git --no-git-tag-version --template experimental.short", - "publish-packages": "pnpm publish --tag experimental --access public --no-git-checks && git checkout -- package.json", + "publish-packages": "pnpm publish --tag experimental --access public --no-git-checks", "test:lint": "jest -c node_modules/test-config/jest-lint.config.ts --rootDir . --silent", "test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent", "test:treeshakability:browser": "agadoo dist/index.browser.js",