How do I build tremor for testing a PR? #296
-
I know how to reference tremor from my app as a local file dependency (at least I think so -- following https://docs.npmjs.com/cli/v6/configuring-npm/package-json#local-paths). I've built at least some of the output files by commenting out
And sure enough, there's no I'm happy to open a PR with changes to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
hey @CraigCottingham, I am not sure I am following. If you like testing a PR within the tremor repo I recommend running |
Beta Was this translation helpful? Give feedback.
-
I think |
Beta Was this translation helpful? Give feedback.
hey @CraigCottingham, I am not sure I am following. If you like testing a PR within the tremor repo I recommend running
npm run rollup
(in that casedist
should include aesm
directory) to build andnpm run storybook
to test the components on storybook 🙂