From 81ab201d422cccb46bf9f42b9d34cc07a0a10ee8 Mon Sep 17 00:00:00 2001 From: kevinnls Date: Tue, 17 Oct 2023 18:05:00 +0530 Subject: [PATCH] npmrc bad --- .npmrc | 1 - Makefile | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index c48e9a1..0c05da4 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,2 @@ -store-dir=/usr/local/share/pnpm engine-strict=true resolution-mode=highest diff --git a/Makefile b/Makefile index 0cbb907..51ebbb6 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ -PROJ = eflufeedeets +PROJ = rainbowcroissant POD_MOUNTS = \ -w /app \ -v $(PWD):/app:z \ + -v pnpm-config:/root/.config/pnpm:Z \ -v pnpm-store:/usr/local/share/pnpm:Z \ -v pnpm-global:/usr/local/:Z \ -v $(PROJ)_modules:/app/node_modules:z