Create ChooseColumnsDialog library
A spike investigating how to do this was previously completed. We believe the steps required are as follows:
- copy
ChooseColumnsDialog.*from the SMI project - split any exported types into a
.d.tsfile (needs testing) create a docker-compose configuration allowing the component to be show in a styleguidist server- create a
package.jsonfile with the necessary dependencies - create a devops https://www.npmjs.com/ account and store the secrets in the docs project and 1Password
- create a
.gitlab-ci.ymlfile that- compile the type script
- publish the library to https://www.npmjs.com/ (on changes to the
masterbranch)
Edited by Mike Bamford