Skip to content

fix: remove dist from gitignore so that it can be packaged

Clement Ho requested to merge remove-dist-gitignore into master

/dist/ was in .gitignore which cause it to be ignored during the npm pack and publish phase

Merge request reports