Skip to content

Commit

Permalink
Merge pull request #35 from CX-Box/feature/build-alpha-yarn-3
Browse files Browse the repository at this point in the history
build alpha with yarn 3 ci/cd
  • Loading branch information
IgorNB committed Oct 30, 2023
2 parents 76f0f08 + 3472ee5 commit 0bd5136
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-alpha-from-pr-yarn-3.yml
Expand Up @@ -77,7 +77,8 @@ jobs:

- name: Publish dist to NPM
run: |
cp ./.yarnrc-ci.yml ~/.yarnrc.yml
ls
cp .yarnrc-ci.yml ~/.yarnrc.yml
chown 777 ~/.yarnrc.yml
cat ~/.yarnrc.yml
cd dist
Expand Down

0 comments on commit 0bd5136

Please sign in to comment.