Skip to content

Commit

Permalink
忘记添加命令
Browse files Browse the repository at this point in the history
  • Loading branch information
lvzhenbo committed Jul 28, 2024
1 parent 1839c67 commit 5682607
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 @@ -8,7 +8,8 @@
],
"scripts": {
"start": "bun run index.ts",
"build": "bun build ./index.ts --target=bun-windows-x64 --compile --outfile ./build/dcv-decryptor"
"build": "bun build ./index.ts --target=bun-windows-x64 --compile --outfile ./build/dcv-decryptor",
"release": "release-it"
},
"devDependencies": {
"@types/bun": "latest",
Expand Down

0 comments on commit 5682607

Please sign in to comment.