mirror of
https://github.com/kevinnlsamuel/rainbowcroissant.git
synced 2025-12-06 10:06:01 +05:30
pnpm migrate
This commit is contained in:
1
.npmrc
1
.npmrc
@@ -1,2 +1,3 @@
|
|||||||
|
store-dir=/usr/local/share/pnpm
|
||||||
engine-strict=true
|
engine-strict=true
|
||||||
resolution-mode=highest
|
resolution-mode=highest
|
||||||
|
|||||||
6
Makefile
6
Makefile
@@ -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
|
||||||
|
|||||||
2356
package-lock.json
generated
2356
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
1405
pnpm-lock.yaml
generated
Normal file
1405
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user