• Kyle Keating's avatar
    Add custom github action to publish frontend-shared package · 40baad60
    Kyle Keating authored
    Action will perform the following:
    - Test if any changes to the frontend-shared/ folder have been made since the last release of the client (parent).
    - If they have, then it will get the last published version of the frontend-shared package, add 1 to the number, and save new version to package.json file
    - Build the frontend-shared for release
    - Publish the frontend-shared package to npm
    
    Additionally add lint support to .github/
    40baad60
Analyzing file…
package.json 3.79 KB