chore: fix github action release

This commit is contained in:
Rajeh Taher
2024-01-19 18:54:46 +02:00
committed by GitHub
parent a402d2aac4
commit 32fc653917

View File

@@ -38,7 +38,7 @@
"lint:fix": "eslint src --fix --ext .js,.ts,.jsx,.tsx",
"prepack": "tsc",
"prepare": "tsc",
"release": "release-it",
"release": ["git update-index -q --refresh", "release-it"],
"test": "jest"
},
"dependencies": {