I am running a npm publish
which embeds a wasm binary file, and I want to check if the compiled file is not missing before actually publishing.
I guess I could use prepublishOnly
with a custom shell command?
Is there any more specific rule to put into the package.json to do the job?