Skip to content

Commit

Permalink
fix: remove postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Nov 20, 2024
1 parent 1f10e5c commit ef90304
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 @@ -36,10 +36,10 @@
"compile:esm": "rollup -c ./rollup.config.cjs",
"compile:types": "tsc --project ./tsconfig.build.json && node ./bin/ctsTypes.js build dist/types/esm dist/types/cjs",
"cut:changelog": "changelog",
"installActivateMise": "sh shellScripts/installActivateMise.sh",
"lint": "pnpm run /^lint:.*/",
"lint:code": "eslint .",
"lint:docs": "markdownlint-cli2 --config \".markdownlint.json\" \"**/*.md\" \"!**/node_modules/**\"",
"postinstall": "sh shellScripts/installActivateMise.sh",
"prepare": "husky",
"repodog": "repodog",
"syncpack": "syncpack format && syncpack list-mismatches && syncpack lint-semver-ranges",
Expand Down

0 comments on commit ef90304

Please sign in to comment.