Skip to content

Commit

Permalink
fix(npm): shortens the message in the (only) distributed script
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Nov 24, 2024
1 parent 8a288dd commit 09ae707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down

0 comments on commit 09ae707

Please sign in to comment.