Closed sonkkeli closed 1 year ago
This will enable combining the repos with Rollup to reduce the amount of duplicated code.
Note that after this, in order to publish the library, one needs to run npm run build command before the npm publish --registry <URL> command.
npm run build
npm publish --registry <URL>
This will enable combining the repos with Rollup to reduce the amount of duplicated code.
Note that after this, in order to publish the library, one needs to run
npm run build
command before thenpm publish --registry <URL>
command.