webxdc / store

XDC store, migrated to codeberg
https://codeberg.org/webxdc/store
5 stars 0 forks source link

use `npx pnpm build` instead of `npm run build` #148

Closed adbenitez closed 1 year ago

link2xt commented 1 year ago

It does not pass CI.

adbenitez commented 1 year ago

You want this only for beauty or what is the reasoning?

I am not sure if it is ok, I mean it is installing packages and then building with npm, I have always seen that you should use the same tool for installing and running the scripts, maybe it is ok? but at least that is not how it is documented in the readme

adbenitez commented 1 year ago

I updated it to use pnpm directly

link2xt commented 1 year ago

Still fails CI.