aquiladev / ipfs-action

GitHub Action for upload to IPFS. Supports Pinata, Infura pinning service as well as direct upload.
https://dapps-delivery-guide.readthedocs.io/
MIT License
177 stars 44 forks source link

Issue Adding Package #45

Closed jtsmedley closed 2 years ago

jtsmedley commented 2 years ago

I seem to be at a dead end figuring out how to make the node_modules directory build properly in this repo. Could you please provide some guidance or would you be open to a packing solution such as vercel/ncc?

aquiladev commented 2 years ago

@vercel/ncc is a good idea, I'll take a look currently you need to commit all dependencies (excluding devDependencies), before commit you should run command npm run prune-prod

aquiladev commented 2 years ago

https://github.com/aquiladev/ipfs-action/releases/tag/v0.3.0-alpha.0