pnpm migrate

This commit is contained in:
2023-10-17 17:51:56 +05:30
parent 39ba5d39da
commit 31068214a3
4 changed files with 1410 additions and 2358 deletions

1
.npmrc
View File

@@ -1,2 +1,3 @@
store-dir=/usr/local/share/pnpm
engine-strict=true
resolution-mode=highest

View File

@@ -3,6 +3,8 @@ PROJ = eflufeedeets
POD_MOUNTS = \
-w /app \
-v $(PWD):/app:z \
-v pnpm-store:/usr/local/share/pnpm:Z \
-v pnpm-global:/usr/local/:Z \
-v $(PROJ)_modules:/app/node_modules:z
POD_OPTIONS_TEMPLATE = \
@@ -17,7 +19,7 @@ dev: SCRIPT = dev
dev: run
format:
podman exec --interactive --tty $(PROJ)_dev npm run format
podman exec --interactive --tty $(PROJ)_dev pnpm run format
test: SCRIPT = test
test:
@@ -28,7 +30,7 @@ build: run
run: CONTAINER_TAG = $(firstword $(SCRIPT))
run:
podman run $(POD_OPTIONS_TEMPLATE) npm run $(SCRIPT)
podman run $(POD_OPTIONS_TEMPLATE) pnpm run $(SCRIPT)
sh: CONTAINER_TAG = sh

2356
package-lock.json generated

File diff suppressed because it is too large Load Diff

1405
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff