mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-15 12:26:33 +03:00
use corepack v11
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
cd interface
|
cd interface
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
corepack use pnpm@latest-10
|
corepack use pnpm@latest
|
||||||
pnpm update --latest
|
pnpm update --latest
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm format
|
pnpm format
|
||||||
@@ -13,7 +13,7 @@ pnpm lint
|
|||||||
|
|
||||||
cd ../mock-api
|
cd ../mock-api
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
corepack use pnpm@latest-10
|
corepack use pnpm@latest
|
||||||
pnpm update --latest
|
pnpm update --latest
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm format
|
pnpm format
|
||||||
|
|||||||
Reference in New Issue
Block a user