Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHagar committed Mar 7, 2024
1 parent b307dce commit fac2fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fac2fbf

Please sign in to comment.