mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chore: fix github action release
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
"lint:fix": "eslint src --fix --ext .js,.ts,.jsx,.tsx",
|
"lint:fix": "eslint src --fix --ext .js,.ts,.jsx,.tsx",
|
||||||
"prepack": "tsc",
|
"prepack": "tsc",
|
||||||
"prepare": "tsc",
|
"prepare": "tsc",
|
||||||
"release": "release-it",
|
"release": ["git update-index -q --refresh", "release-it"],
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user