Update package.json

This commit is contained in:
Luke Hagar
2024-03-07 12:04:16 -06:00
parent b307dcead4
commit fac2fbfea9

View File

@@ -14,7 +14,7 @@
"scripts": {
"run": "yarn build && yarn start",
"build": "tsc && ncc build lib/index.js",
"start": "node lib/index.js",
"start": "node dist/index.js",
"patch": "yarn version --patch",
"minor": "yarn version --minor",
"major": "yarn version --major"