mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-24 01:01:06 +01:00
build: add start script
This commit is contained in:
parent
e522324196
commit
7b9b61b2b7
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
"dev": "turbo run dev",
|
"dev": "turbo run dev",
|
||||||
"preview": "turbo run preview",
|
"preview": "turbo run preview",
|
||||||
"deploy": "turbo run deploy",
|
"deploy": "turbo run deploy",
|
||||||
|
"start": "turbo run start",
|
||||||
"test": "turbo run test",
|
"test": "turbo run test",
|
||||||
"lint": "rome check .",
|
"lint": "rome check .",
|
||||||
"format": "rome format --write ."
|
"format": "rome format --write ."
|
||||||
|
|
Loading…
Reference in a new issue