mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-09 19:08:05 +01:00
build: add start script
This commit is contained in:
parent
7c63c373c1
commit
e522324196
2 changed files with 25 additions and 23 deletions
|
@ -6,7 +6,8 @@
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node scripts/build.mjs",
|
"build": "node scripts/build.mjs",
|
||||||
"dev": "node scripts/build.mjs --dev && node dist/index.mjs"
|
"dev": "node scripts/build.mjs --dev && node dist/index.mjs",
|
||||||
|
"start": "node dist/index.mjs"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"esbuild": "^0.15.11",
|
"esbuild": "^0.15.11",
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
"deploy": {
|
"deploy": {
|
||||||
"dependsOn": ["build", "test", "lint"]
|
"dependsOn": ["build", "test", "lint"]
|
||||||
},
|
},
|
||||||
|
"start": {},
|
||||||
"test": {
|
"test": {
|
||||||
"dependsOn": ["^build"]
|
"dependsOn": ["^build"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue