From 09ae707ebc0417f9850162b8085de1d0974ea20e Mon Sep 17 00:00:00 2001 From: sverweij Date: Sun, 24 Nov 2024 13:57:24 +0100 Subject: [PATCH] fix(npm): shortens the message in the (only) distributed script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cee9764b1..fde0d7e90 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "lint:types:tsc": "tsc --project types/tsconfig.json", "lint:types:lint": "eslint --no-ignore --config types/eslint.config.mjs types/*.d.mts", "lint:types:fix": "eslint --no-ignore --config types/eslint.config.mjs --fix types/*.d.mts", - "prepack": "clean-pkg-json --dry --keep overrides --keep resolutions | jq '.scripts = {test: \"echo for test, build and static analysis scripts: see the github repository\"}' | jq '.type = \"module\"' > smaller-package.json && mv smaller-package.json package.json", + "prepack": "clean-pkg-json --dry --keep overrides --keep resolutions | jq '.scripts = {test: \"echo see github for test, build and analysis scripts\"}' | jq '.type = \"module\"' > smaller-package.json && mv smaller-package.json package.json", "postpack": "git restore package.json", "prepare": "husky", "scm:push": "run-p --aggregate-output scm:push:*",