Skip to content

Commit 26f0a66

Browse files
committed
chore: rename run script to dev for clarity in package.json
1 parent b4a5b3d commit 26f0a66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "",
66
"main": "dist/llonebot.js",
77
"scripts": {
8-
"run": "tsx src/main/main.ts",
8+
"dev": "tsx src/main/main.ts",
99
"build": "vite build",
1010
"format": "prettier -cw .",
1111
"check": "tsc",

0 commit comments

Comments
 (0)