mirror of
https://github.com/kevinnlsamuel/rainbowcroissant.git
synced 2026-06-10 20:58:48 +05:30
pnpm migrate
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
|
store-dir=/usr/local/share/pnpm
|
||||||
engine-strict=true
|
engine-strict=true
|
||||||
resolution-mode=highest
|
resolution-mode=highest
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ PROJ = eflufeedeets
|
|||||||
POD_MOUNTS = \
|
POD_MOUNTS = \
|
||||||
-w /app \
|
-w /app \
|
||||||
-v $(PWD):/app:z \
|
-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
|
-v $(PROJ)_modules:/app/node_modules:z
|
||||||
|
|
||||||
POD_OPTIONS_TEMPLATE = \
|
POD_OPTIONS_TEMPLATE = \
|
||||||
@@ -17,7 +19,7 @@ dev: SCRIPT = dev
|
|||||||
dev: run
|
dev: run
|
||||||
|
|
||||||
format:
|
format:
|
||||||
podman exec --interactive --tty $(PROJ)_dev npm run format
|
podman exec --interactive --tty $(PROJ)_dev pnpm run format
|
||||||
|
|
||||||
test: SCRIPT = test
|
test: SCRIPT = test
|
||||||
test:
|
test:
|
||||||
@@ -28,7 +30,7 @@ build: run
|
|||||||
|
|
||||||
run: CONTAINER_TAG = $(firstword $(SCRIPT))
|
run: CONTAINER_TAG = $(firstword $(SCRIPT))
|
||||||
run:
|
run:
|
||||||
podman run $(POD_OPTIONS_TEMPLATE) npm run $(SCRIPT)
|
podman run $(POD_OPTIONS_TEMPLATE) pnpm run $(SCRIPT)
|
||||||
|
|
||||||
|
|
||||||
sh: CONTAINER_TAG = sh
|
sh: CONTAINER_TAG = sh
|
||||||
|
|||||||
Generated
-2356
File diff suppressed because it is too large
Load Diff
Generated
+1405
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user