Closed bethmaloney closed 4 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
react-hook-form-material-ui | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 2, 2024 0:38am |
Currently the ci.yml isn't running. I've updated the ci.yml and the package.json to allow it to run. Let me know if you'd like any changes.
20/*
to20.x
. The version format has changed and20/*
isn't recognised anymorebuild-storybook
tobuild:storybook
due to name change in commandnodeLinker: node-modules
as we don't seem to be using pnp (stops it from generating the pnp js files). If we are using pnp I can revert this changefile:
toportal:
in package.json. In yarnfile:
causes the files to be physically copied whileportal:
creates a soft link. The advantage is thatfile:
creates a hash ofpackages/rhf-mui
which needs to be updated after building or modifying rhf-mui whileportal:
doesn't (less lock churn)build:storybook
to do an install before building so that rhf-mui is available for storybookSorry I know there's a lot of changes but again let me know if you'd like any changes.