Skip to content

Commit

Permalink
Push to another test repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored Jun 23, 2022
1 parent ec32969 commit 3368557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
command: |
echo "//registry.npmjs.org/:_authToken=${NPM_PUBLISH_TOKEN}" > ~/.npmrc
cd dist
sed -i 's#"name": "pyodide",#"name": "ryanking13-pyodide",#' package.json
sed -i 's#"name": "pyodide",#"name": "ryanking13-pyodide-test",#' 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 3368557

Please sign in to comment.