Skip to content

Commit

Permalink
Fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadosh committed Jul 29, 2021
1 parent 30df4cc commit 91a13b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
command: |
cp package.json README.md LICENSE ./build
cd ./build
mv node_modules external
mv es/node_modules es/external
mv cjs/node_modules cjs/external
find . -type f | xargs sed -i 's/node_modules/external/g'
- run:
name: release
Expand Down

0 comments on commit 91a13b2

Please sign in to comment.