OpenLake / Activity-Tracker

A cross-platform solution to discover how you spend your digital life. 🕵️‍♂️⌛
21 stars 31 forks source link

Install pnpm packages before building binaries with pkg #48

Closed KShivendu closed 2 years ago

KShivendu commented 2 years ago

When pnpm build runs it needs to have all the libraries installed in the system. But sometimes its available. To fix this you simply have to make the pnpm i command run before the current build script used in the package.json file (in the project root)

kriptonian1 commented 2 years ago

You can assign to this issue