Skip to content

Commit

Permalink
Rename package on publish for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored Jun 22, 2022
1 parent 81db914 commit 902c9ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ jobs:
command: |
echo "//registry.npmjs.org/:_authToken=${NPM_PUBLISH_TOKEN}" > ~/.npmrc
cd src/js
sed -i 's#"name": "pyodide",#"name": "ryanking13-pyodide",#' package.json
export JS_VERSION=$(node -p "require('./package.json').version")
if [[ ${JS_VERSION} =~ [alpha|beta|rc|dev] ]]; then
Expand Down

0 comments on commit 902c9ac

Please sign in to comment.