Replies: 1 comment 1 reply
-
Hey, you can run „npx nx e2e sveltekit-e2e“. That will run the e2e tests and create a workspace under tmp/e2e…/proj in the project folder. Inside that folder a Nx workspace with plugins installed will be created |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've made some changes to the sveltekit extension and would like to test them. I run
npx nx run sveltekit:build
and I see the build artifacts indist/
(npm run build
seems to be broken, for me at least) . What's the best way to test the extension in a separate workspace? Just depend on them usingfile:../foo/bar
syntax? Is there a better way?Beta Was this translation helpful? Give feedback.
All reactions