-use tsc --build
This commit is contained in:
parent
8671dc37c8
commit
574a91fcc1
@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "tsc && ./build.mjs",
|
"compile": "tsc --build && ./build.mjs",
|
||||||
"check": "tsc",
|
"check": "tsc",
|
||||||
"test": "tsc",
|
"test": "tsc",
|
||||||
"clean": "rimraf lib dist tsconfig.tsbuildinfo",
|
"clean": "rimraf lib dist tsconfig.tsbuildinfo",
|
||||||
|
Loading…
Reference in New Issue
Block a user