Skip to content

Commit

Permalink
⚙️ Chore(package.json): add new scritp 'start' - Run build
Browse files Browse the repository at this point in the history
  • Loading branch information
INeedJobToStartWork committed Feb 7, 2024
1 parent 3e2c19d commit 4ad885d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"test": "echo 'Add test script here'",
"unlink-cli": "cd lib && pnpm unlink --global",
"unlink-cli:dev": "cd lib && pnpm unlink --global",
"unlink-cli:prod": "cd dist && pnpm unlink --global"
"unlink-cli:prod": "cd dist && pnpm unlink --global",
"start":"node ./dist/index.cjs"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down

0 comments on commit 4ad885d

Please sign in to comment.