fix: remove redundant prepack and prepare scripts from package.json

This commit is contained in:
Francisco Pessano
2025-08-14 17:44:37 +00:00
committed by GitHub
parent 7e676ae9a8
commit 1a178b392f

View File

@@ -31,8 +31,6 @@
"format": "prettier --write \"src/**/*.{ts,js,json,md}\"",
"lint": "eslint src --ext .js,.ts",
"lint:fix": "yarn format && yarn lint --fix",
"prepack": "npx tsc",
"prepare": "npx tsc",
"preinstall": "node ./engine-requirements.js",
"release": "release-it",
"test": "jest"