chore: update scripts

This commit is contained in:
EvolutionX
2022-07-07 23:05:47 +05:30
parent ab2f8016b6
commit 83e841a341

View File

@@ -9,9 +9,6 @@
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version",
"preview": "standard-version --dry-run",
"push": "git push --follow-tags",
"format": "prettier --check .",
"fix": "prettier --write ."
},