You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the scaffolding to use modrn action structure
Based on current structure in
https://github.com/actions/typescript-action
This uses [ncc](https://github.com/zeit/ncc) to build a self-contained
distribution folder which avoids having to mess around with checking-in
the `node_modules/` folder.
This will also allow starting a new mainline 1.2 with releases cut from
the master branch and avoid duplicating commits between v1 branch and
master.
0 commit comments