`npx parse-domain-update` fires a runSmokeTest error
PlanetIrata opened this issue ยท 2 comments
PlanetIrata commented
Just installed parse-domain 3.0.0 and tested the npx parse-domain-update
command to integrate it in my build process, but it fires this error:
Fetching public suffix list from https://publicsuffix.org/list/public_suffix_list.dat...
Writing /node_modules/parse-domain/build-cjs/serialized-tries/icann.json...
Writing /node_modules/parse-domain/build-cjs/serialized-tries/private.json...
Writing /node_modules/parse-domain/build-cjs/serialized-tries/info.json...
Writing /node_modules/parse-domain/build-esm/serialized-tries/icann.json...
Writing /node_modules/parse-domain/build-esm/serialized-tries/private.json...
Writing /node_modules/parse-domain/build-esm/serialized-tries/info.json...
Running smoke test... parse-domain update failed: TypeError: require(...).runSmokeTest is not a function
Thanks for great work!
jhnns commented
Guess I need a smoke test for my smoke test ๐. Thanks for reporting it. The update script itself was not tested. I now execute npx parse-domain-update
on each npm test
.
github-actions commented
๐ This issue has been resolved in version 3.0.1 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐