This task is to create the Github Actions to publish the dist/ncids-js.min.css and dist/ncids-js.min.js from the nci-js package. This should be:
Initiated when a Github release is created, AND
Published to the netstorage location that is where the CDN is pointing to. Location TBD, AND
The published files should have the version number as part of the file name, e.g. ncids-js-v1.2.3.js/css or similar. (I would find out what most major libraries do, and copy that format)
ESTIMATE 3 story points
Resources:
Prerequisites
[ ] Create ncids-js sub-package #14
Notes
Netstorage Publishing is done for react apps, but is a little clunky.
Automatically Publish ncids.js to CDN
This task is to create the Github Actions to publish the
dist/ncids-js.min.css
anddist/ncids-js.min.js
from the nci-js package. This should be:Resources:
Prerequisites
Notes
Netstorage Publishing is done for react apps, but is a little clunky.