Skip to main content
Module

x/effector/publish-next.sh

Business logic with ease ☄️
Go to Latest
File

export NEXT='true'mkdir tempcd tempgit clone https://github.com/zerobias/effector.gitcd effectorgit checkout develop \ && yarn \ && yarn build \ && yarn test \ && node scripts/publish.js \ && cd .. && rm -rf effector