Normal-OJ / new-front-end

v2 client for Normal Online Judge
https://noj.tw
Mozilla Public License 2.0
0 stars 7 forks source link

build: only use pnpm #134

Closed toto6038 closed 1 year ago

toto6038 commented 1 year ago

This PR introduces a change to only allow developers to use pnpm as package manager. This is made possible by adding a preinstall hook.

toto6038 commented 1 year ago

Lint CI was failed due to outdated pnpm version (v7), see this thread. Maybe we should migrate pnpm version on CI from v7 to v8.