-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nx and rspack on existing project structure #805
Comments
Test results on pipeline: lint: test_unit_comps: test_unit_docs: |
Test results running locally (entering package.json commands on the terminal). Both lint and test is noticeably quicker than before. yarn clear:cache
yarn lint:code:comps --skip-nx-cache
yarn lint:code:comps
yarn lint:code:comps
yarn lint:code:docs --skip-nx-cache
6a.
6b.
yarn lint:code --skip-nx-cache 8a. 8b. yarn lint yarn test:unit:comps --skip-nx-cache
yarn test:unit:comps:experimental --skip-nx-cache yarn test:unit:comps
yarn test:unit:docs --skip-nx-cache
yarn test:unit:docs:experimental --skip-nx-cache
15a.
15b.
yarn test --skip-nx-cache
17a.
18b. yarn test:unit:watch yarn build |
My performance gains when running locally: yarn lint --skip-nx-cache Test without coverage would be much quicker than this: yarn test:unit:run:local --skip-nx-cache |
Purpose of the spike
Spike nx and rspack on existing project structure
##Steps:
package.json
from "nx exec" to "nx rspack"Outcomes of the Spike
Faster lint and test
Time box
2 days
Supporting Information
Process/sequence flows, wireframes, third party documentation, tech feasibility, architecture overview/documentation, designs, data specs etc...
The text was updated successfully, but these errors were encountered: