Skip to content

Commit

Permalink
chore: use experimental, publish all packages to yalc store
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 c96887f commit 73af244
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/remix-testing/package.json
Expand Up @@ -16,9 +16,9 @@
"typings": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"dependencies": {
"@remix-run/react": "1.7.4",
"@remix-run/react": "0.0.0-experimental-96f235c51",
"@remix-run/router": "1.0.3",
"@remix-run/server-runtime": "1.7.4",
"@remix-run/server-runtime": "0.0.0-experimental-96f235c51",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
17 changes: 16 additions & 1 deletion yalc.sh
@@ -1,4 +1,19 @@
packages=('testing' 'server-runtime' 'react')
packages=(
'architect'
'cloudflare'
'cloudflare-pages'
'cloudflare-workers'
'deno'
'dev'
'express'
'netlify'
'node'
'react'
'serve'
'server-runtime'
'testing'
'vercel'
)
for i in "${packages[@]}"; do
yalc publish ./build/node_modules/@remix-run/$i
done

0 comments on commit 73af244

Please sign in to comment.