Skip to content

Commit

Permalink
fix: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherysh authored Apr 10, 2024
1 parent 43ab42b commit 35fbd5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"dev": "cd commands && opaline dev",
"prebuild": "bun build ./server.ts --outdir ./out --target bun --format esm --splitting --minify",
"build": "cd commands && opaline build",
"start": "bun out/server.js",
"publish": "npm publish"
"start": "bun out/server.js"
},
"bin": {
"smockr": "dist/cli.js"
Expand Down

0 comments on commit 35fbd5f

Please sign in to comment.