Updated dev and build setup
This commit is contained in:
@@ -12,8 +12,9 @@
|
||||
"scripts": {
|
||||
"start": "node dist/index.js",
|
||||
"build": "swc src -d dist --strip-leading-paths",
|
||||
"watch": "swc src -d dist --watch",
|
||||
"dev": "conc --names \"SWC,BOT\" --prefix-colors \"blue, magenta\" \"yarn watch\" \"yarn dev:js\"",
|
||||
"watch": "swc src -d dist --strip-leading-paths --watch",
|
||||
"dev": "nodemon --config nodemon-swc.json",
|
||||
"dev:conc": "conc --names \"SWC,BOT\" --prefix-colors \"blue, magenta\" \"yarn watch\" \"yarn dev:js\"",
|
||||
"dev:ts": "nodemon --config nodemon.json src/index.ts",
|
||||
"dev:js": "nodemon --config nodemon-js.json dist/index.js",
|
||||
"check": "tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user