Skip to content

Commit

Permalink
chore: script yalc store publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Nov 8, 2022
1 parent 043833b commit e23cf2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yalc.sh
@@ -0,0 +1,4 @@
packages=('testing' 'server-runtime' 'react')
for i in "${packages[@]}"; do
yalc publish ./build/node_modules/@remix-run/$i
done

0 comments on commit e23cf2d

Please sign in to comment.