actions-on-google / actions-on-google-testing-nodejs

Apache License 2.0
75 stars 18 forks source link

npm module omits locale files (v0.2.2) #27

Closed Fleker closed 5 years ago

Fleker commented 6 years ago

In our .npmignore, we had locales/, which would match not just the locales folder but any other folder with that name. As such, it ignores dist/locales/ as well. Our yarn test:tar script was also incorrect in that it omitted these files and the check was not caught in our yarn test:ci command.

A fix will be coming shortly.