mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-16 12:51:39 +00:00
chore: update build scipts
This commit is contained in:
parent
226cdc2aa7
commit
de715ad1b0
@ -15,7 +15,7 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"codegen": "ts-node -T scripts/codegen.cts",
|
"codegen": "ts-node -T scripts/codegen.cts",
|
||||||
"build": "concurrently -n cjs,dts yarn:build:cjs yarn:build:dts",
|
"build": "concurrently -n codegen yarn:codegen && concurrently -n cjs,dts yarn:build:cjs yarn:build:dts",
|
||||||
"build:cjs": "ts-node -T ../../scripts/build.cts",
|
"build:cjs": "ts-node -T ../../scripts/build.cts",
|
||||||
"build:dts": "tsc -p tsconfig.json"
|
"build:dts": "tsc -p tsconfig.json"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user