Open bradtaniguchi opened 2 years ago
TO support github-action checks, we might be able to leverage: https://github.com/marketplace/actions/mssql-suite
this should allow us to install and setup a test-suite environment during a github-action pipeline without much work.
I found a few things we can improve on the tooling/development side if we are to put this repo into a more "maintenance" mode moving forward.
.nvmrc
and update docs to specify which version of nodejs we should develop on and are tested against.package.json
withrimraf
rather than windows specificrimdir
, will allow for linux based development, even though this library generally is used on windows.clean
andbuild
commands for developer accessibility.vscode
specific files, primarily for extensions we should install (gitpod might already have some)