You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to handle rw setup command: tailwindcss, chakra-ui, auth, deploy, etc: they all fail even if using yarn dev <command> --cwd ... due to setup trying to install yarn workspace web add ... during the process
enable rw check: currently has a legitimate error (there's a createContact mutation, but not service)
enable rw type-check: throwing "gql missing" error, which is not reproducible locally.
Codemods for build:test-project
resolve yarn rw lint errors in built test-project
resolve missing createContact in Service
add prerender to NotFoundPage and HomePage
build:test-project option
--re-build-fixture: option to build new project at ./__fixtures__/test-project
typescript
latest published version of Redwood Packages
remove yarn.lock
probably need to build in /tmp outside directory and then copy back ('cause Yarn 1)
--copy-from-fixture: default=true, when running build:test-project use codebase at __fixtures/test-project to copy into target directory instead of creating codebase from scratch
continues work from:
cc @dac09 @jtoar
What's the point:
CLI checks
yarn rw dev
andyarn rw serve
rw dev
andrw serve
commands #4259rw setup
command: tailwindcss, chakra-ui, auth, deploy, etc: they all fail even if usingyarn dev <command> --cwd ...
due to setup trying to installyarn workspace web add ...
during the processrw check
: currently has a legitimate error (there's a createContact mutation, but not service)rw type-check
: throwing "gql missing" error, which is not reproducible locally.Codemods for build:test-project
yarn rw lint
errors in built test-projectprerender
to NotFoundPage and HomePagebuild:test-project option
--re-build-fixture
: option to build new project at./__fixtures__/test-project
--copy-from-fixture
: default=true, when running build:test-project use codebase at __fixtures/test-project to copy into target directory instead of creating codebase from scratch__fixtures__/test-project
: breaking change, adding feature/code to test, new codemod, etc.?publishing Redwood packages
__fixtures__/test-project
each time we publish?__fixtures__/test-project
packages to "update-package-versions"The text was updated successfully, but these errors were encountered: