Skip to content

Commit

Permalink
ci: modifies trigger to clean package.json directly before packaging …
Browse files Browse the repository at this point in the history
…to keep a test script
  • Loading branch information
sverweij committed Feb 4, 2024
1 parent aff57df commit 663d3d0
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 @@ -46,7 +46,7 @@
"lint:fix": "run-s lint:fix:eslint format lint:fix:types",
"lint:fix:eslint": "eslint --cache --cache-location node_modules/.cache/eslint/cache.json --fix --color src test config",
"lint:fix:types": "eslint --fix types/*.d.ts src/cli/*.d.ts src/cli/*.d.ts src/parse/scxml/*.d.ts",
"prepack": "clean-pkg-json",
"prepack": "clean-pkg-json --dry | jq '.scripts = {test: \"echo for test, build and static analysis scripts: see the github repository\"}' > smaller-package.json && mv smaller-package.json package.json",
"postpack": "git restore package.json",
"prepare": "husky install",
"scm:push": "run-p --aggregate-output scm:push:*",
Expand Down

0 comments on commit 663d3d0

Please sign in to comment.