zaqqaz / jest-allure

Generate Allure Report for jest. Allure Report, a flexible lightweight multi-language test report tool with the possibility to add steps, attachments, parameters and so on.
MIT License
113 stars 38 forks source link

Latest publish does not include /dist folder #60

Closed bencripps closed 4 years ago

bencripps commented 4 years ago

After npm installing the latest version of jest-allure, it no longer works. Looking at the package in the node_module directory reveals there is no /dist directory.

After running

npm i jest-allure@0.1.1

the issue is resolved.

We should probably publish again, and ensure the build runs.

zaqqaz commented 4 years ago

Nice catch! Updated