mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-16 17:45:28 +10:00
updating package scripts
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
"test": "jest",
|
||||
"start": "node src/bot.js",
|
||||
"start-db": "ts-node database/index.ts",
|
||||
"build-db": "tsc",
|
||||
"dev-db": "ts-node --watch database/index.ts"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user