From bccfe79490c2392cad146a29990560442bd6b21a Mon Sep 17 00:00:00 2001 From: userquin Date: Wed, 24 Jan 2024 14:33:25 +0100 Subject: [PATCH] chore: exclude `nodemon` and `lit-ntml` build when installing dependencies --- package.json | 3 +++ pnpm-lock.yaml | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 298e5abd..606501f4 100644 --- a/package.json +++ b/package.json @@ -203,5 +203,8 @@ }, "publishConfig": { "access": "public" + }, + "pnpm": { + "neverBuiltDependencies": ["lit-ntml", "nodemod"] } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1ec4afd9..50efbf5a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,6 +4,10 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false +neverBuiltDependencies: + - lit-ntml + - nodemod + dependencies: '@material/mwc-base': specifier: ^0.27.0 @@ -3898,7 +3902,6 @@ packages: /lit-ntml@3.0.6: resolution: {integrity: sha512-PTxjoB1rgwGkfd8lN8agw7MeCojG2voJRBl2G/HBWH6mwsFobqUs+8NSymwPuFCFaAOuxlIVn42aahi3NhD0yg==} engines: {node: '>= 16.x', npm: '>= 8.x'} - requiresBuild: true dependencies: parse5: 6.0.1 tslib: 2.6.2 @@ -4148,7 +4151,6 @@ packages: /nodemod@3.0.6: resolution: {integrity: sha512-XsW1ydsY8Dh7IyBIVsF8QFVNlBOUHMEJ8BNLzj8G9O27/g3KqfvfGZ8LFP3cOFcksZQ7skQdNVsgx+A7E56wMg==} engines: {node: '>= 16.x', npm: '>= 8.x'} - requiresBuild: true dependencies: lit-ntml: 3.0.6 lodash-es: 4.17.21