Skip to content

Commit

Permalink
chore: convert GitHub repository URL in npm task to https version
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Jun 11, 2024
1 parent dd0a601 commit 9344bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/library-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"clean": "rimraf ./doc ./declarations ./lib",
"dev": "cross-env NODE_ENV=development rollup -c --watch",
"prepublishOnly": "pnpm pkg delete devDependencies",
"publish-packages-legacy": "semantic-release --repository-url git@github.com:solana-labs/solana-web3.js.git",
"publish-packages-legacy": "semantic-release --repository-url https://github.com/solana-labs/solana-web3.js.git",
"test:lint": "eslint src/ test/ --ext .js,.ts",
"test:lint:fix": "eslint src/ test/ --fix --ext .js,.ts",
"test:live": "TEST_LIVE=1 pnpm run test:unit:node",
Expand Down

0 comments on commit 9344bbf

Please sign in to comment.