From bee32ec5fa9f3881bf19114cbed3bf58a703453d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20L=C3=B6vqvist?= Date: Wed, 15 Apr 2026 22:32:10 +0200 Subject: [PATCH] Dropped pnpm support in favor for npm --- Makefile | 2 +- tools/{stage-for-pnpm.mjs => stage-for-npm.mjs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/{stage-for-pnpm.mjs => stage-for-npm.mjs} (100%) diff --git a/Makefile b/Makefile index c163301..5e142ba 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ build/packages: mkdir -p $@ - node tools/stage-for-pnpm.mjs package-manifest.yaml source $@ + node tools/stage-for-npm.mjs package-manifest.yaml source $@ publish: cd build/packages && ./publish-all.sh diff --git a/tools/stage-for-pnpm.mjs b/tools/stage-for-npm.mjs similarity index 100% rename from tools/stage-for-pnpm.mjs rename to tools/stage-for-npm.mjs