feat: adding script on package json

This commit is contained in:
Carlos 2024-08-13 21:33:51 -04:00
parent da424119c8
commit 1500b39d92

View File

@ -27,6 +27,7 @@
"scripts": {
"start": "node index.js",
"test": "jest",
"publish": "node release.js",
"lint:prettier": "node check-format.js",
"pretty-quick": "pretty-quick",
"prettier": "prettier --write . --config .prettierrc",