mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: remove redundant prepack and prepare scripts from package.json
This commit is contained in:
committed by
GitHub
parent
7e676ae9a8
commit
1a178b392f
@@ -31,8 +31,6 @@
|
|||||||
"format": "prettier --write \"src/**/*.{ts,js,json,md}\"",
|
"format": "prettier --write \"src/**/*.{ts,js,json,md}\"",
|
||||||
"lint": "eslint src --ext .js,.ts",
|
"lint": "eslint src --ext .js,.ts",
|
||||||
"lint:fix": "yarn format && yarn lint --fix",
|
"lint:fix": "yarn format && yarn lint --fix",
|
||||||
"prepack": "npx tsc",
|
|
||||||
"prepare": "npx tsc",
|
|
||||||
"preinstall": "node ./engine-requirements.js",
|
"preinstall": "node ./engine-requirements.js",
|
||||||
"release": "release-it",
|
"release": "release-it",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
|
|||||||
Reference in New Issue
Block a user